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

إضافة طلب منحة كهرباء


@csrf

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

@includeIf('admin.components.form.edit.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('عقد الايجار الالكتروني'),'name'=>'electricity_rent_contract_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.edit.date.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('مطالبة بالمتأخرات'),'name'=>'electricity_invoice_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.edit.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments', 'max'=>'5' , 'class' => "col-md-6"])
@endsection @section("js") @endsection