@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