@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('experiences'))
{{ $errors->first('experiences') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@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('job_title'))
{{ $errors->first('job_title') }}
@endif
@if($errors->has('social_status'))
{{ $errors->first('social_status') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('about_description'))
{{ $errors->first('about_description') }}
@endif

الدورات التدريبيه

الدورات التدريبيه

{{csrf_field()}}
@if(count($courses) > 0) @foreach($courses as $course)

@endforeach @else

@endif

الخبرات الوظيفيه

خبراتك الوظيفيه

{{csrf_field()}}
@if(count($experiences) > 0) @foreach($experiences as $experience)

@endforeach @else

@endif

المؤهلات

المؤهلات

{{csrf_field()}}
@if(count($qualifications) > 0) @foreach($qualifications as $qualification)

@endforeach @else

@endif

المهارات التدريبيه

ما تمتلك من مهارات

{{csrf_field()}}
@if(count($skills) > 0) @foreach($skills as $skill)

@endforeach @else

@endif
@include('site.controllers.footer')