@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('postpone-payment-applications.index'), 'name' => "الطلبات"],['name'=> ' طلبات تأجيل سداد']],['title' => 'اضافة طلب تأجيل سداد']]; @endphp @section('title', ' طلبات تأجيل سداد') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
طلبات تأجيل السداد بالمدرسة كود الطلب نوع الطلب تاريخ السداد المطلوب ولي الامر {{-- الطالب--}} {{-- المرحلة--}} الكفيل نوع الكفيل المبلغ نوع التأجيل حالة الطلب مقدم الطلب تاريخ تقديم الطلب الاجراءات @foreach ($postponePaymentApplications as $row) {{ $row->id }} {{ $row->type_name }} {{ $row->postpone_date_to }} {{ $row->guardian_name }} {{-- {{$row->statusent_name?? '-'}}--}} {{-- {{ $row->level }}--}} {{ $row->sponsor_name}} {{ \App\Models\Sponsor::SPONSOR_TYPE[$row->sponsor_type] }} {{ $row->postpone_amount }} {{ \App\Models\PostponePaymentApplication::postponeAmountTypes()[$row->postpone_amount_type]}} {{ $row->status_name }} {{ $row->created_by_name}} {{ $row->created_at ?$row->created_at->format('Y-m-d H:m:s'):'-'}} @can('cancel-contract-applications-list') @endcan @if($row->postpone_application_status_id == 1) @can('postpone-payment-applications-accept') @endcan @can('postpone-payment-applications-reject') @endcan @endif @can('cancel-contract-applications-edit') @if($row->postpone_application_status_id == 2) رفع اوراق الاعتماد @endif @endcan @can('cancel-contract-applications-edit') @if($row->application_status == 4) @endif @endcan

@endforeach
{{ $postponePaymentApplications->appends(request()->except('page'))->links() }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('page-script') @endsection