@csrf
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_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 ($errors->has('address')) {{ $errors->first('address') }} @endif
--}}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Upload
@if($file) {{ $file->getClientOriginalName()}} @else Please attach a copy of your CV if you have one @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif