@extends('layout.front.front_copying') @php $per_page_charge=0; $aplong_charge=0; @endphp @csrf @push('head') @endpush @section('content')
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)}}
Applicant Details
Applicatant : {{$application->applicant}}
Address : {{$application->app_add}}
Mobile No. : {{$application->mobile}}
Email Id. : {{$application->email}}

Forward Application to Applicant
@endsection @push('scripts') @endpush