@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf

Update Campus

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('alternative_email')) {{ $errors->first('alternative_email') }} @endif
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if($errors->has('alternative_phone_number')) {{ $errors->first('alternative_phone_number') }} @endif
@if($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if($errors->has('division_id')) {{ $errors->first('division_id') }} @endif
@if($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if($errors->has('thana_id')) {{ $errors->first('thana_id') }} @endif
@if($errors->has('full_address')) {{ $errors->first('full_address') }} @endif
Back
Suggested Image ratio: 400 x 400 | max-size: 500 KB @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection