@include('site.controllers.header')

الإعدادات الشخصية

{{csrf_field()}}
@if($errors->has('height'))
{{ $errors->first('height') }}
@endif
@if($errors->has('weight'))
{{ $errors->first('weight') }}
@endif
@if($errors->has('first_language'))
{{ $errors->first('first_language') }}
@endif
@if($errors->has('firs_language_skill'))
{{ $errors->first('firs_language_skill') }}
@endif
@if($errors->has('second_language'))
{{ $errors->first('second_language') }}
@endif
@if($errors->has('second_language_skill'))
{{ $errors->first('second_language_skill') }}
@endif
@if($errors->has('licence'))
{{ $errors->first('licence') }}
@endif
@if($errors->has('licence_type'))
{{ $errors->first('licence_type') }}
@endif
@if($errors->has('social_status'))
{{ $errors->first('social_status') }}
@endif
@if($errors->has('children'))
{{ $errors->first('children') }}
@endif
@if($errors->has('last_salary'))
{{ $errors->first('last_salary') }}
@endif
@if($errors->has('last_salary_currency'))
{{ $errors->first('last_salary_currency') }}
@endif
@if($errors->has('works_before'))
{{ $errors->first('works_before') }}
@endif
@if($errors->has('university'))
{{ $errors->first('university') }}
@endif
@if($errors->has('college'))
{{ $errors->first('college') }}
@endif
@if($errors->has('graduate_year'))
{{ $errors->first('graduate_year') }}
@endif
@if($errors->has('graduate_degree'))
{{ $errors->first('graduate_degree') }}
@endif
@if($errors->has('last_degree_id'))
{{ $errors->first('last_degree_id') }}
@endif
@if($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif
@include('site.controllers.footer')