View Final Summary
@endif --}}
{{-- @if($is_final_submit)
@if(!empty($spocData->prev_refid))
@php
$text = $spocData->prev_refid;
$parts = explode("/", $text);
$app_id = explode('-',implode('-',$parts))[2];
$lastDigit=0;
if($app_id<10){
$number = $app_id;
$app_id = substr((string)$number, -1);
}
@endphp
{{$spocData->prev_refid}}
@endif
Basic Information
Reference ID: {{ $spocData->refid }}
Application ID: {{ $spocData->uhid }}
Single Point of Contact Details (SPoC)
{{ $spocData->contact_number ?? '' }}
{{ $spocData->designation ?? '' }}
@foreach ($application_details->course as $k => $ApplicationCourses)
{{ $ApplicationCourses['course']->course_duration_y ?? '' }} Years(s) {{ $ApplicationCourses['course']->course_duration_m ?? '' }} Month(s) {{ $ApplicationCourses['course']->course_duration_d ?? '' }} Day(s) {{ $ApplicationCourses['course']->course_duration_h ?? '' }} Hour(s)
@endforeach
{{ $ApplicationCourses['course']->course_duration_y ?? '' }} Years(s) {{ $ApplicationCourses['course']->course_duration_m ?? '' }} Month(s) {{ $ApplicationCourses['course']->course_duration_d ?? '' }} Day(s) {{ $ApplicationCourses['course']->course_duration_h ?? '' }} Hour(s)
S.No. | Declaration | Verify Document | Comments |
---|---|---|---|
{{$k+1}} | {{$course_doc->name}} |
@foreach($ApplicationCourses[$course_doc->nc] as $doc)
@elseif($doc->nc_show_status==2)
NC1
@if($doc->nc_flag==1)
|
@if($doc->status==0 && $doc->is_tp_revert==0) @endif |
{{-- @if ($spocData->payment_status == 2 && $spocData->approve_status==1) --}}
Upload
Documents
{{-- @endif --}}
Payment Information
@if (count($application_details->payment) > 0)
@else
S.No. | Payment Date | Payment Transaction no | Payment Reference no | Amount | Slip by Accountant Approver | Remarks | Action |
---|---|---|---|---|---|---|---|
{{ $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 && $ApplicationPayment->payment_proof_by_account==null)
N/A
@endif
@if ($ApplicationPayment->status == 0 || $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 @if($ApplicationPayment->approve_remark) {{$ApplicationPayment->approve_remark}} @else @if($ApplicationPayment->remark_by_account) {{$ApplicationPayment->remark_by_account}} @endif @endif @endif | @if($ApplicationPayment->tp_update_count < (int)env('TP_PAYMENT_UPDATE_COUNT') && $ApplicationPayment->status!=2) @else @if($ApplicationPayment->tp_update_count==(int)env('TP_PAYMENT_UPDATE_COUNT')) Payment Update Limit Expired @else Payment Approved @endif @endif |
Payment has not been completed yet.
@endifAdditional Payment Information
@if (count($application_details->additional_payment) > 0)
@else
S.No. | Payment Date | Payment Transaction no | Payment Reference no | Amount | Slip by Accountant Approver | Remarks | Action |
---|---|---|---|---|---|---|---|
{{ $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 && $ApplicationPayment->payment_proof_by_account==null)
N/A
@endif
@if ($ApplicationPayment->status ==0 || $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 @if($ApplicationPayment->approve_remark) {{$ApplicationPayment->approve_remark}} @else @if($ApplicationPayment->remark_by_account) {{$ApplicationPayment->remark_by_account}} @endif @endif @endif | @if($ApplicationPayment->account_update_count < (int)env('ACCOUNT_PAYMENT_UPDATE_COUNT') && $ApplicationPayment->status!=2) @else @if($ApplicationPayment->account_update_count==(int)env('ACCOUNT_PAYMENT_UPDATE_COUNT')) Payment Update Limit Expired @else Payment Approved @endif @endif |
No additional payment received
@endif