@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if(isset($row)) @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('age')) {{ $errors->first('age') }} @endif
@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('area_id')) {{ $errors->first('area_id') }} @endif
@if ($errors->has('work_place')) {{ $errors->first('work_place') }} @endif
@if ($errors->has('about')) {{ $errors->first('about') }} @endif

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif