@if ($errors->has('eiin'))
{{ $errors->first('eiin') }}
@endif
@if ($errors->has('institute_name_bn'))
{{ $errors->first('institute_name_bn') }}
@endif
@if ($errors->has('institute_name'))
{{ $errors->first('institute_name') }}
@endif
@if ($errors->has('board_uid'))
{{ $errors->first('board_uid') }}
@endif
@if ($institute->is_foreign == 1)
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@else
@if ($errors->has('division_id'))
{{ $errors->first('division_id') }}
@endif
@if ($errors->has('district_id'))
{{ $errors->first('district_id') }}
@endif
@if ($errors->has('upazila_id'))
{{ $errors->first('upazila_id') }}
@endif
@endif
@if ($errors->has('head_caid'))
{{ $errors->first('head_caid') }}
@endif
@if (@$institute->logo)
@endif