View Application

@if(!is_null($application->withdraw_dt))
@endif
@if(!isNullOrEmpty($application->actual_del_dt))
Application has alreay Delivered
@endif
Application
Application No : {{$application->app_no}} / {{$application->app_year}}
Case No. : @php $case_type= substr($application->fil_no,2,3); echo find_casetype($case_types,$case_type)."/".substr($application->fil_no,5,5)."/".substr($application->fil_no,10,4); @endphp
Application Type : {{$application->app_type}}
Application Received : {{YYYYMMDDtoDateFormat($application->rec_dt)}}
Application Expt. Delivery : {{YYYYMMDDtoDateFormat($application->del_dt)}}
Application Actual. Delivery : {{YYYYMMDDtoDateFormat($application->actual_del_dt)}}
No of Copyies : {{$application->no_of_copy}}
Pages : {{$application->page}}
Applicant Details
Applicatant : {{$application->applicant}}
Address : {{$application->app_add}}
Mobile No. : {{$application->mobile}}
Email Id. : {{$application->email}}

Further Amount
@if($further_amt_details->isNotEmpty()) @php $sr=1; @endphp @foreach ($further_amt_details as $further_amt_detail_key => $further_amt_detail_value) @php $sr++; @endphp @endforeach @else @endif
Sr. No. Further Amount Further Amount Post
{{$sr}} {{$further_amt_detail_value->fur_amt}} {{$further_amt_detail_value->fur_amt_post}}
No Further Amount Added
Digitization File

Account Details

@php $b_amt=0; $d_amt=0; $moc=0; $reg_amt=0; $page_charge=page_charge($page_charges,$application->app_type,$application->actual_del_dt); @endphp @if(!is_null($application->moc)) @php $moc=$application->moc; @endphp @endif @if(!is_null($application->reg_amt)) @php $reg_amt=$application->reg_amt; @endphp @endif @php $refund_amt=(($application->page*$page_charge)+$reg_amt+$moc)-($application->rec_amt+$application->post_amt+$application->sum_further_amt+$application->sum_fur_amt_post); @endphp @if($refund_amt > 0) @php $refund_amt=0; @endphp @else @php $refund_amt=($application->rec_amt+$application->post_amt+$application->sum_further_amt+$application->sum_fur_amt_post)-((($application->no_of_copy*$application->page)*$page_charge)+$reg_amt+$moc); @endphp @endif
Receipt
(A)
Total
(B)
Expenditure
(C)
Total
(D)
Due Amt.
Received Amt. Rec. Amt. Thru Post Further Amt. Further Amt. By Post (1+2+3+4) Refund Amt./ MO Postage & Registration Amt. Court Fee MOC

(5+6+7+8)

(D-B)
(1) (2) (3) (4) (5) (6) (7) (8)
{{$application->rec_amt}} {{$application->post_amt}} {{$application->sum_further_amt}} {{$application->sum_fur_amt_post}} @php $b_amt= $application->rec_amt+$application->post_amt+$application->sum_further_amt+$application->sum_fur_amt_post; @endphp {{$application->rec_amt+$application->post_amt+$application->sum_further_amt+$application->sum_fur_amt_post}} {{$refund_amt}} {{$reg_amt}} ({{$application->no_of_copy}} * {{$application->page}}) * {{$page_charge}}= {{($application->no_of_copy*$application->page)*$page_charge}} {{$moc}} @php $d_amt= $refund_amt+$reg_amt+(($application->no_of_copy*$application->page)*$page_charge)+$moc; @endphp {{$refund_amt+$reg_amt+($application->page*$page_charge)+$moc}} {{$d_amt-$b_amt}}