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 ?? '' }}
View Course Information Record No: {{ $k+1 }}
{{ $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->status==2)
NC1
@elseif($doc->status==3)
NC2
@elseif($doc->status==6)
Reject
@elseif($doc->status==4)
Needs Revision
@if($doc->admin_nc_flag==1)
Accepted By Admin
@endif
@if($doc->admin_nc_flag==2)
Rejected By Admin
@endif
@elseif($doc->status==5)
@if($doc->admin_nc_flag==1)
Accepted By Admin
@endif
@if($doc->admin_nc_flag==2)
Rejected By Admin
@endif
@else
|
Note : {{$ApplicationCourses['course']->sec_reject_remark}}
@endif
@if(($ApplicationCourses['course']->status==0 || $ApplicationCourses['course']->status==1) && $spocData->approve_status==2)
@elseif($ApplicationCourses['course']->status==2)
Approved by you
@endif
Application Approved by you
Application Rejected by you
Application Rejected by Secretariat
Payment Information
@if (count($application_details->payment) > 0)
@else
S.No. | Payment Date | Payment Transaction no | Payment Reference no | Amount | Slip by User | 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 ($data == 'pdf')
Payment pdf
@else
@if (isset($ApplicationPayment->payment_proof))
|
@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.
@endifAdditional Payment Information
@if (count($application_details->additional_payment) > 0)
@else
S.No. | Payment Date | Payment Transaction no | Payment Reference no | Amount | Slip by User | 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 ($data == 'pdf')
Payment pdf
@else
@if (isset($ApplicationPayment->payment_proof))
|
@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