School information
@if ($errors->has('school')) {{ $errors->first('school') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if($region)
{{$region->title}}
@else Select region @endif
@error('region') {{ $message }} @enderror
@if($school_type)
{{$school_type->title}}
@else Select school type @endif
@error('school_type') {{ $message }} @enderror
Job information
@if ($errors->has('job_position')) {{ $errors->first('job_position') }} @endif
@if ($errors->has('salery')) {{ $errors->first('salery') }} @endif
@if($selected_contract_type)
{{$selected_contract_type}}
@else Select contract type @endif
@error('school_type') {{ $message }} @enderror
@if ($errors->has('other_info')) {{ $errors->first('other_info') }} @endif
Upload
@if($file) {{ $file->getClientOriginalName()}} @else Please attach a copy of the job description if you have one @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif