@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('postpone-payment-applications.index'), 'name' => "الطلبات"],['name'=> ' طلبات تأجيل سداد']],['title' => 'اضافة طلب تأجيل سداد']]; @endphp @section('title', 'تسجيل طلب تأجيل سداد') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @component('components.forms.formCard',['title' => sprintf('تسجيل طلب تأجيل سداد')]) {{ Form::open(['route' => 'postpone-payment-applications.store','method'=> 'POST' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()']) }} معلومات ولي الأمر @php if(old('guardian_id')) { $guardian = App\Models\User::where('id', old('guardian_id'))->get()->pluck('first_name','id'); } @endphp
معلومات طلب التأجيل
تسجيل طلب الأنسحاب عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection