@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', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('كشف الدرجات موقع من الجهة التعليمية'),'name'=>'company_degrees_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.add.file', ['customClass' => 'required' ,'icon' => 'fa fa-check','label' => trans('خطاب المطالبة بالمتأخرات'),'name'=>'company_arrears_image', 'max'=>'5' , 'class' => "col-md-6 company_arrears_image_upload uploadFiles"]) @includeIf('admin.components.form.add.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('المشهد البنكي للجهة التعليمية'),'name'=>'company_bank_account_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.add.file', ['required' => 'required' ,'icon' => 'fa fa-check','label' => trans('فاتورة التعليم'),'name'=>'education_image', 'max'=>'5' , 'class' => "col-md-6"]) @includeIf('admin.components.form.add.file', ['icon' => 'fa fa-check','label' => trans('مرفقات أخرى'),'name'=>'other_attachments', 'max'=>'5' , 'class' => "col-md-6"])
@endsection @section("js") @endsection