@include('site.controllers.header')

تسجيل اشتراك جديد باحث عن عمل

برجاء ملىء جميع الحقول باللغه العربيه ماعاد البريد الألكتروني والرقم السري

{{csrf_field()}}
@if($errors->has('username'))
{{ $errors->first('username') }}
@endif
@if($errors->has('fullname'))
{{ $errors->first('fullname') }}
@endif
@if($errors->has('job_title'))
{{ $errors->first('job_title') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('disability_id'))
{{ $errors->first('disability_id') }}
@endif
@if($errors->has('city_id'))
{{ $errors->first('city_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('birthday'))
{{ $errors->first('birthday') }}
@endif
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif

لديك حساب ؟ - سجل دخول

@include('site.controllers.footer')