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

إضافة طلب منحة ديون


@csrf
@if($item->is_exist_judicial_order == 0)
@else
@endif

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

@includeIf('admin.components.form.edit.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('اثبات المديونية'),'name'=>'debt_approve_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.edit.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('المشهد البنكي - رقم السداد'),'name'=>'bank_screen_image', 'max'=>'5' , 'class' => "col-md-6 rent_arrears_image_upload uploadFiles"]) @includeIf('admin.components.form.edit.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments', 'max'=>'5' , 'class' => "col-md-12"])
@endsection @section("js") @endsection