Application
Case No. : {{$application->fil_no}}
Application Type : {{$application->app_type}}
Application Received : {{YYYYMMDDtoDateFormat($application->rec_dt)}}
Application Expt. Delivery : {{YYYYMMDDtoDateFormat($application->del_dt)}}
Pages : {{$application->page}}
No of Copy : 1
Aplong Charge :
@php
$s=session("application");
echo $s['aplong_charge'];
$aplong_charge=$s['aplong_charge']
@endphp
Per Page Charge :
@if($application->app_type == "Express")
8
@php($per_page_charge = 8)
@else
4
@php($per_page_charge = 4)
@endif
Total Charge :
{{($application->rec_amt)}}