@include('site.saudi.controllers.upper-header') @include('site.saudi.controllers.header')

بيانات الطلب

رقم الطلب

{{$row->code}}

نوع الطلب

{{order_type($row->type)}}

تاريخ الطلب

{{\Carbon\Carbon::parse($row->created_at)->toDateString()}}

رقم التأشيرة

{{$row->visa_number}}

بيانات مقدم الطلب

اسم مقدم الطلب

{{$row->client_name}}

رقم الهوية

{{$row->client->id_number}}

رقم الجوال

{{$row->client_mobile}}

@if($row->another_mobile)
رقم جوال أخر

{{$row->another_mobile}}

@endif
البريد الالكترونى

{{$row->client_email}}

عدد افراد الاسرة

{{$row->family_count}}

العنوان

{{$row->city .' '. $row->area}}

الحالة الاجتماعية

{{$row->social_status}}

بيانات العاملة

اسم العاملة

{{$row->cv_id ? $row->cv->name : $row->order_worker->name}}

رقم الجوال

{{$row->cv_id ? $row->cv->mobile : $row->order_worker->mobile}}

رقم جواز السفر

{{$row->cv_id ? $row->cv->passport_number : $row->order_worker->passport_number}}

{{--
--}} {{--
--}} {{--
تاريخ بداية جواز السفر
--}} {{--

555548

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
تاريخ انتهاء جواز السفر
--}} {{--

123456789

--}} {{--
--}} {{--
--}}
جهة الوصول

{{$row->travel ? $row->travel->destination : "لم يتم التحديد بعد"}}

جهة القدوم

{{$row->travel ? $row->travel->came_from :"لم يتم التحديد بعد"}}

اسم المكتب

{{$row->office->name}}

طريقة الاستلام

مساند

@if($row->cv_id)
الديانة

{{$row->cv->religion}}

{{--
--}} {{--
--}} {{--
المستوى التعليمى
--}} {{--

555548

--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
الخبرة
--}} {{--

555548

--}} {{--
--}} {{--
--}}
اللغات

{{$row->cv->languages}}

@endif
الحالة الاجتماعية

{{$row->cv_id ? $row->cv->social_status : $row->order_worker->social_status}}

@lang('data.processes')

@foreach($row->processes()->latest()->get() as $process) @endforeach
@lang('data.processes') @lang('data.startDate') @lang('data.endDate') @lang('data.status')
{{$process->process}} {{$process->start_date}} {{$process->end_date}} {{App::getLocale() == 'ar' ? process_order_status($process->status) : $process->status}}

الصور

صورة جواز سفر مقدم الطلب

صورة كارت عائلة مقدم الطلب

صورة امضاء مقدم الطلب

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