@extends('backend.superadmin.index') @section('body') Edit {{$nature->name}} List {{$nature->name}} @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 {{$nature->name}} Details Banner & Logo Contact Details Login Details {{csrf_field()}} {{$nature->name}} Name * Nature* {{$nature->name}} Type* type=='Private') selected @endif>Private type=='Public') selected @endif>Public type=='Government') selected @endif>Government {{$nature->name}} Type* --Choose College Type-- company_type=='General') selected @endif>General company_type=='Featured') selected @endif>Featured company_type=='Sponser') selected @endif>Sponser 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=='Province') selected @endif>Province clientType->type=='Participating') selected @endif>Participating @else Platinum Diamond Gold Silver Province Participating @endif {{$nature->name}} Status* --College Status-- status=='Verified') selected @endif>Verified status=='Unverified') selected @endif>Unverified Established Date Progressive progressive=='no') selected @endif>No progressive=='yes') selected @endif>Yes Trust School? trust=='no') selected @endif>No trust=='yes') selected @endif>Yes {{--@if(!($nature->id==2))--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--University--}} {{----}} {{----}} {{----}} {{----Choose----}} {{--@foreach($universities as $university)--}} {{--university_id==$university->id) selected @endif>{{$university->company_name}}--}} {{--@endforeach--}} {{----}} {{----}} {{----}} {{----}} {{--@endif--}} Association --Choose-- @foreach($associations as $association) association_id==$association->id) selected @endif>{{$association->name}} @endforeach About Company ({{$nature->name}}) {!! $college->company_profile !!} Company ({{$nature->name}}) Heading {{$college->heading}} Logo Logo Size: H:50px, L:50px @if(isset($college->logo)) @else @endif Banner Size: H:1200px, L:400px; @if(isset($college->banner)) @else @endif Featured Image Size: H:500px, L:400px; @if(isset($college->featured_image)) @else @endif About Us Banner Size: H:1200px, L:400px; @if(isset($college->brochure)) Brochure Update Brochure View Brochure @else Brochure Update Brochure @endif Email Address Username New Password Password Confirmation {{$nature->name}} Head contact_person}} placeholder="Name of Head"> {{$nature->name}} Head Mobile Office Contact Office Email Country * --Choose Country-- @foreach($countries as $country) id==$college->country_id) selected @endif>{{$country->name}} @endforeach State/Province * --Choose State-- @foreach($states as $state) id==$college->state_id) selected @endif>{{$state->name}} @endforeach District * --Choose District-- @foreach($districts as $district) id==$college->district_id) selected @endif>{{$district->name}} @endforeach MNP/NP/RM * --Choose-- @foreach($cities as $city) id==$college->city_id) selected @endif>{{$city->name}} {{$city->resident->name}} @endforeach Area --Choose-- @foreach($areas as $area) id == $college->area_id) selected @endif>{{$area->name}} @endforeach Not Found? Add New Area Tole Name Website Map Link {{$college->map_link}} Previous Next Update @endsection @section('after_js') @endsection @section('script') @endsection