@extends('backend.superadmin.index') @section('style') @endsection @section('body') Sponsors List Sponsors @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif {{csrf_field()}} Name * Sponsor on Edu-Fair* --Choose-- @if(\App\Client\ClientType::where('client_id',$college->id)->first()) clientType->type=='Platinum') selected @endif>Platinum clientType->type=='Diamond') selected @endif>Diamond clientType->type=='Gold') selected @endif>Gold clientType->type=='Silver') selected @endif>Silver clientType->type=='Hissan') selected @endif>Hissan clientType->type=='Province') selected @endif>Province @else Platinum Diamond Gold Silver Hissan Province @endif @if(request()->segment(5)=='update') Virtual Tour Link @if(isset($college->clientType->tour_link)) @else @endif @endif Online Exam Link @if(isset($college->clientType->exam_link)) @else @endif Left blank for default link Apply Now Link @if(isset($college->clientType->apply_link)) @else @endif Left blank for default link Chat Code @if(isset($college->clientType->chat_code)) @else @endif Click here Get Fb ID Save @endsection @section('script')' @endsection