{{ $k + 1 }} |
Level-{{ $item->application_list->level_id ?? '' }} |
{{ $item->application_list->uhid }} |
Course ({{ $item->course_count ?? '' }}) |
@isset($item->payment)
₹ {{ $item->payment->payment_amount}}/- ({{$item->payment->payment_count}})
@endisset
|
{{ \Carbon\Carbon::parse($item->payment->payment_date ?? '')->format('d-m-Y') }}
|
@if($item->application_list->payment_status==0 || $item->application_list->payment_status==1)
{{config('status_text.admin_status_pending')}}
@elseif($item->application_list->payment_status==2)
{{config('status_text.admin_status_process')}}
@else
{{config('status_text.admin_status_completed')}}
@endif
|
{{\Carbon\Carbon::parse($item->application_list->application_date ?? '')->format('d-m-Y')}}
|
visibility
@isset($item->payment)
@if($item->payment->aknowledgement_id==null && $item->payment->accountant_id && $item->payment->approve_remark!=null)
@endif
@endisset
@isset($item->payment)
@if($item->payment->aknowledgement_id!==null && $item->doc_uploaded_count>=4 && $item->payment->approve_remark!=null && $item->payment->last_payment->status==2)
@endif
@endisset
|
@isset($item->assessor_type)