@include('site.controllers.header')

إعدادات حسابى

{{csrf_field()}}
@if($errors->has('fullname'))
{{ $errors->first('fullname') }}
@endif
@if($errors->has('disability_id'))
{{ $errors->first('disability_id') }}
@endif
@if($errors->has('social_affairs'))
{{ $errors->first('social_affairs') }}
@endif
@if($errors->has('social_warranty'))
{{ $errors->first('social_warranty') }}
@endif
@if($errors->has('job_title'))
{{ $errors->first('job_title') }}
@endif
@if($errors->has('experiences'))
{{ $errors->first('experiences') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('birthday'))
{{ $errors->first('birthday') }}
@endif
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has('nationality_id'))
{{ $errors->first('nationality_id') }}
@endif
@if($errors->has('username'))
{{ $errors->first('username') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@include('site.controllers.footer')