@extends('admin.layout.index') @section('content') @include('admin.layout.nav', ['title' => trans('language.dashboard')])

تفاصيل الطلب ( {{ $item->orderStatusSmsMessage() }} )

@csrf @if ($item->notes && $item->status == 3)

- ( {{ $item->notes }} )

@endif
@includeIf('admin.components.form.edit.number', [ 'icon' => 'fa fa-user', 'label' => trans('إجمالي الدخل الشهري'), 'name' => 'salary', 'placeholder' => trans('إجمالي الدخل الشهري'), 'valid' => trans('language.vaildation'), ])
@includeIf('admin.components.form.edit.text', [ 'icon' => 'fa fa-user', 'label' => trans('تاريخ انتهاء الهوية'), 'name' => 'id_number_expiration_date', 'placeholder' => trans('تاريخ انتهاء الهوية'), 'valid' => trans('language.vaildation'), ])
@includeIf('admin.components.form.edit.text', [ 'icon' => 'fa fa-user', 'label' => trans('الحي'), 'name' => 'district', 'placeholder' => trans('الحي'), 'valid' => trans('language.vaildation'), ])
@includeIf('admin.components.form.edit.text', [ 'icon' => 'fa fa-user', 'label' => trans('رقم الجوال 2'), 'name' => 'mobile2', 'placeholder' => trans('رقم الجوال 2'), 'valid' => trans('language.vaildation'), ])
@includeIf('admin.components.form.edit.text', [ 'icon' => 'fa fa-user', 'label' => trans( 'رقم الحساب البنكى لمقدم الطلب ( 22 حرف ) / أيبان IBAN'), 'name' => 'bank_iban', 'placeholder' => trans('xxxxxxxxxxxxxxxxx'), 'valid' => trans('language.vaildation'), ])
SA
@includeIf('admin.components.form.edit.text', [ 'required' => 'required', 'icon' => 'fa fa-user', 'label' => trans('اسم صاحب الحساب البنكي'), 'name' => 'bank_account_name', 'placeholder' => trans('اسم صاحب الحساب البنكي'), 'valid' => trans('language.vaildation'), ])
@includeIf('admin.components.form.edit.file', [ 'item' => $user, 'required' => 'required', 'icon' => 'fa fa-check', 'label' => trans('صورة الهوية'), 'name' => 'id_number_image', 'max' => '5', 'class' => 'col-md-6 id_number_image uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('صورة صك الهجران'), 'name' => 'deed_ofـabandonment', 'max' => '5', 'class' => 'col-md-6 deed_ofـabandonment uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('صورة صك الطلاق'), 'name' => 'divorce_deed', 'max' => '5', 'class' => 'col-md-6 divorce_deed uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('شهادة وفاة الزوج'), 'name' => 'husband_death_image', 'max' => '5', 'class' => 'col-md-6 husband_death_image uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('اثبات اسرة سجين'), 'name' => 'prisoner_family_identification_facility', 'max' => '5', 'class' => 'col-md-6 prisoner_family_identification_facility uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('صورة صك الاعاقة'), 'name' => 'attached_is_the_support_instrument', 'max' => '5', 'class' => 'col-md-6 attached_is_the_support_instrument uploadFiles', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('برنت ابشر - لغير السعوديين -'), 'name' => 'absher_facility', 'max' => '5', 'class' => 'col-md-6 absherFile', ])
@includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans(' مشهد آيبان بنكي'), 'name' => 'bank_iban_image', 'max' => '5', 'class' => 'col-md-4', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('هويات أفراد الأسرة'), 'name' => 'other_attachments', 'max' => '5', 'class' => 'col-md-4', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('مرفقات أخرى'), 'name' => 'other_attachments1', 'max' => '5', 'class' => 'col-md-4', ]) @includeIf('admin.components.form.edit.file', [ 'item' => $user, 'icon' => 'fa fa-check', 'label' => trans('مرفقات أخرى'), 'name' => 'other_attachments2', 'max' => '5', 'class' => 'col-md-4', ])
@if (Auth::user()->isEmployee() == true) id/updateStatus") }}" data-toggle="modal" data-id="{{ $item->id }}" data-target=".updateStatusModal" title="{{ trans('تحديث الحالة') }}"> تحديث الحالة @endif
@endsection @section('js') @endsection