@extends('admin.layout.index') @section('content') @include('admin.layout.nav', ['title' => trans('المرفقات')])

المرفقات

@csrf

# لمستخدمي الآيفون الرجاء رفع الصورة من الاستديو وليس من الكاميرا مباشر !

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

@includeIf('admin.components.form.edit.file', [ 'item' => $user, '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' => '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', ])
@endsection @section('js') @endsection