@include('site.controllers.header')

وظيفه جديده

اضافة وظيفه جديده

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('skills')) {{ $errors->first('skills') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('settledown_country_id')) {{ $errors->first('settledown_country_id') }} @endif
@if ($errors->has('disability_id')) {{ $errors->first('disability_id') }} @endif
@if ($errors->has('job_system')) {{ $errors->first('job_system') }} @endif
@if ($errors->has('salary')) {{ $errors->first('salary') }} @endif
@if ($errors->has('salary_currency')) {{ $errors->first('salary_currency') }} @endif
@if ($errors->has('transfer_salary')) {{ $errors->first('transfer_salary') }} @endif
@if ($errors->has('transfer_salary_currency')) {{ $errors->first('transfer_salary_currency') }} @endif
@if ($errors->has('health_allowance')) {{ $errors->first('health_allowance') }} @endif
@if ($errors->has('health_write')) {{ $errors->first('health_write') }} @endif
@if ($errors->has('empty_jobs')) {{ $errors->first('empty_jobs') }} @endif
@if ($errors->has('education_id')) {{ $errors->first('education_id') }} @endif
@if ($errors->has('prefer_exp')) {{ $errors->first('prefer_exp') }} @endif
@if ($errors->has('exp_years')) {{ $errors->first('exp_years') }} @endif
@if ($errors->has('nationality_id')) {{ $errors->first('nationality_id') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('job_start_date')) {{ $errors->first('job_start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@include('site.controllers.footer')