@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Account Book') @section('content')

Application New Register

@if ($errors->any())
There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if(isset($application)) @if(!empty($application)) @php $sr=1; @endphp @foreach ($application AS $application_key => $application) @php $rec_date=YYYYMMDDtoDateFormat($application->rec_dt); $del_date=YYYYMMDDtoDateFormat($application->del_dt); $actual_del_date=YYYYMMDDtoDateFormat($application->actual_del_dt); $rec_amt=$application->rec_amt; $post_amt=$application->post_amt; $page=$application->page; $fur_amt=$application->fur_amt; $tot_rec=$rec_amt+$post_amt+$fur_amt; $fur_amt_date=YYYYMMDDtoDateFormat($application->fur_amt_dt); $ready_on_date=YYYYMMDDtoDateFormat($application->ready_on_dt); $cf_date=YYYYMMDDtoDateFormat($application->court_fee_dt); $withdraw_date=YYYYMMDDtoDateFormat($application->withdraw_dt); @endphp @php if($tot_rec !=0) $tot_rec_amt=$tot_rec; else $tot_rec_amt=0; if(!isNullOrEmpty($application->actual_del_dt)) $tot_charge=$page*4; else $tot_charge=0; if($application->moc !=0) $moc=$application->moc; else $moc=0; if($application->reg_amt !=0) $reg_amt=$application->reg_amt; else $reg_amt=0; if(!isNullOrEmpty($application->actual_del_dt)) { if(($rec_amt+$post_amt+$fur_amt)>($tot_charge+$moc+$reg_amt) ) $refund_amt= ($rec_amt+$post_amt+$fur_amt)-($tot_charge+$moc+$reg_amt); else $refund_amt=0; } else $refund_amt=0; @endphp @endforeach
RESGISTER OF APPLICATION FOR COPIES DURING THE YEAR {{date('Y')}}
        Date or Dates on which              
S.N. Application No. Name and address of Applicant Description document copy of which is applied for Application was received Applicant was told to appear Applicant appeared Application (with or without further or correct particulars) was sent to record room Application was received from record room (with record or without record for further or correct particulars) Application was given notice for further or corrcet particulars Application was given notice for further funds Notice in columns 9 & 10 was complied with Copy was ready Copy was delivered or despatched and balance refunded to applicant Received (including unpaid money order refunding balance due to the applicant) Court Fee labels affixed to copies Court Fee labels affixed to application and Money Order Commis- sions Postage and regis- tration Refunded to Applicant Unex- pended advance Remarks
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.
{{$sr}} {{$application->app_no}} / {{$application->app_year}} {{$application->applicant}} @php $case_type_string= getCaseType($case_types,$application->case_type_no); @endphp {{$case_type_string}} / {{$application->case_no}}/ {{$application->case_year}} {{$rec_date}} {{$del_date}}             {{$ready_on_date}} {{$actual_del_date}} {{$rec_amt}} @php if($application->fur_amt !='0') echo " + ".$application->fur_amt ."
".$fur_amt_date; else echo " "; @endphp
@php if($application->court_fee_dt != $application->actual_del_dt && !isNullOrEmpty($application->court_fee_dt) ) { echo $application->court_fee ."(".$cf_date.")"; if($application->actual_del_dt !='0000-00-00' && $application->fur_amt >0) echo "
".$application->fur_amt ."(".YYYYMMDDtoDateFormat($application->actual_del_dt) .")"; } else $var1='Y'; if($application->court_fee_dt =='0000-00-00' && !isNullOrEmpty($application->actual_del_dt)) echo ($application->page *4)."
".$actual_del_date; else $var2='Y'; if($var1='Y' && $var2='Y') echo " "; @endphp
{{$moc}} {{$reg_amt}} @php if(!isNullOrEmpty($application->actual_del_dt) && $refund_amt>0) echo $refund_amt."
".$actual_del_date; else if(!isNullOrEmpty($application->withdraw_dt)) echo ($rec_amt+$post_amt+$fur_amt)."
".$withdraw_date; else echo " "; @endphp
@php if(isNullOrEmpty($application->filed_dt)) echo " "; if(!isNullOrEmpty($application->filed_dt) && !isNullOrEmpty($application->ready_on_dt)) echo ( ($application->rec_amt+$application->post_amt+$application->fur_amt+$application->fur_amt_post)- ($application->court_fee) ); if(!isNullOrEmpty($application->filed_dt) && isNullOrEmpty($application->ready_on_dt)) echo ($application->rec_amt+$application->post_amt+$application->fur_amt+$application->fur_amt_post); @endphp @php if(!isNullOrEmpty($application->filed_dt)) echo "Filed on
".$application->filed_dt; else echo " "; @endphp
@else
No Result Found.
@endif @endif
@endsection @push('scripts') @endpush