@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

تعديل الطلب رقم {{$row->code}}

@csrf

تعديل الطلب

تحديد المهنه والجنسية

رقم التأشيرة
@if ($errors->has('visa_number')) {{ $errors->first('visa_number') }} @endif
تاريخ إصدار التأشيرة
@if ($errors->has('visa_issue_date')) {{ $errors->first('visa_issue_date') }} @endif
تاريخ إختيار العاملة
@if ($errors->has('date_selection')) {{ $errors->first('date_selection') }} @endif
الجنسية
@if ($errors->has('nationality_id')) {{ $errors->first('nationality_id') }} @endif
النوع
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
المهنة
@if ($errors->has('job_title_id')) {{ $errors->first('job_title_id') }} @endif
@include('admin.orders.default_cv_render')
@include('admin.orders.cv_render')
{{--
--}} {{--
--}} {{--

تحديد المكتب

--}} {{--
--}} {{--
--}} {{--
--}} {{--
بلد المكتب
--}} {{-- --}} {{-- @if ($errors->has('country_id'))--}} {{-- {{ $errors->first('country_id') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
المكتب
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

المرفقات

كارت العائلة
قم بسحب او إسقاط الملف هنا للتحميل

طريقة متابعة الطلب

follow_type == 'both' ? 'checked' : ''}} value="both">
follow_type == 'email' ? 'checked' : ''}} value="email">
follow_type == 'sms' ? 'checked' : ''}} value="sms">
قم بسحب او إسقاط الملف هنا للتحميل
@if ($errors->has('client_sign')) {{ $errors->first('client_sign') }} @endif
توقيع العميل
@section('script') @endsection @include('admin.controllers.footer')