@if($is_submitted_final_summary==1)
View Final Summary
@endif
Back
Basic Information
Application ID: {{ $spocData->uhid }}
Single Point of Contact Details (SPoC)
{{ $spocData->contact_number ?? '' }}
{{ $spocData->designation ?? '' }}
@foreach ($application_details->course as $k => $ApplicationCourses)
@endforeach
{{ $ApplicationCourses->course_duration_y ?? '' }} Years(s)
{{ $ApplicationCourses->course_duration_m ?? '' }} Month(s)
{{ $ApplicationCourses->course_duration_d ?? '' }} Day(s)
{{ $ApplicationCourses->course_duration_h ?? '' }} Hour(s)
Payment Information
@if (count($application_details->payment) > 0)
@else
S.No. | Payment Date | Payment Transaction no | Payment Reference no | Amount | Slip by Approver | Remarks |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ \Carbon\Carbon::parse($ApplicationPayment->payment_date)->format('d-m-Y') }} | {{ $ApplicationPayment->payment_transaction_no ?? '' }} | {{ $ApplicationPayment->payment_reference_no ?? '' }} | ₹ {{ $ApplicationPayment->amount }} |
@if ($ApplicationPayment->status == 0)
N/A
@endif
@if ($ApplicationPayment->status == 1 || $ApplicationPayment->status ==2)
@if (!$ApplicationPayment->payment_proof_by_account)
File not available!
@endif
@if ($data == 'pdf')
Payment pdf
@else
@if (isset($ApplicationPayment->payment_proof_by_account))
|
@if ($ApplicationPayment->status == 0) Remark not available! @else {{ $ApplicationPayment->approve_remark }} @endif |
Payment has not been completed yet.
@endif