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

إضافة طلب منحة معيشة


@csrf
@include("admin.layout.alert")

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

@includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments', 'max'=>'5' , 'class' => "col-md-4"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments1', 'max'=>'5' , 'class' => "col-md-4"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments2', 'max'=>'5' , 'class' => "col-md-4"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments3', 'max'=>'5' , 'class' => "col-md-4"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments4', 'max'=>'5' , 'class' => "col-md-4"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments5', 'max'=>'6' , 'class' => "col-md-4"])
@endsection @section("js") @endsection