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

Application

Applicant No. : {{$application->app_no}}
Applicant Year : {{$application->app_year}}
Applicant Name : {{$application->applicant}}
Applicant Type : {{$application->app_type}}
Applicant Address : {{$application->app_add}}
Received Date : {{YYYYMMDDtoDateFormat($application->rec_dt)}}
Delivery Date : {{YYYYMMDDtoDateFormat($application->del_dt)}}
Amount Recieved : {{$application->rec_amt}}
Amount Rec. By Post : {{$application->post_amt}}
Status : @if($application->status == "P") Pending @elseif($application->status == "D") Disposed @endif
CNR No. :
{{$application->cino}}
Registration No :
{{$application->case_type}}-{{$application->case_no}}-{{$application->case_year}}
Petitioner :
{{$application->pet_name}}
Respondent :
{{$application->res_name}}
Judge :
{{$application->judge}}
Status :
{{$application->status}}

Required Documents

Scan Documents

@if(!empty($scan_documents))
    @foreach ($scan_records AS $record_key => $record_value) @if(isNullOrEmpty($record_value->docmaster_docdesc) && isNullOrEmpty($record_value->new_docmaster_new_indexing_docdesc) && isNullOrEmpty($record_value->new_docmaster_docdesc) ) @else @if($record_value->comp_flag == "cbsl") @php $name = $record_value->docmaster_docdesc; @endphp @elseif($record_value->comp_flag == "Newgen" && strtotime($record_value->qc_date) >= strtotime('01-09-2022') ) @php $name = $record_value->new_docmaster_new_indexing_docdesc; @endphp @else @php $name = $record_value->new_docmaster_docdesc; @endphp @endif @if(searchForScanDocument($record_value->doccode,$record_value->fil_nm, $scan_documents))
  1. {{$name}} (Pg : {{$record_value->scan_page}})
  2. @endif @endif @endforeach
@endif

Other Document/ Not Scanned

@if(!$other_documents->isEmpty())
    @foreach ($other_documents AS $other_document_key => $other_document_value)
  1. {{$other_document_value->documents}}
  2. @endforeach
@endif

Orders

@if(!$orders->isEmpty())
    @foreach ($orders AS $order_key => $order_value)
  1. Order No : {{$order_value->order_no}} - {{YYYYMMDDtoDateFormat($order_value->orderdate)}}
  2. @endforeach
@endif

Select Documents for Application

@if(isNullOrEmpty($application->final_amt_calculate_date))
Final amount not calculated, please save the form for final amount
@else
Final amount calculated on OR last updated on {{YYYYMMDDHistoDateFormat($application->final_amt_calculate_date)}}
@endif
Preparation Charge : {{$charge_rule->preparation_charge}}
Court Fees : {{$charge_rule->court_fee}}
[(Page*Preparation Charge)+Court Fees]*no of copy
@if(!$scan_records->isEmpty())

Scanned Documents

@foreach ($scan_records AS $record_key => $record_value) @if(isNullOrEmpty($record_value->docmaster_docdesc) && isNullOrEmpty($record_value->new_docmaster_new_indexing_docdesc) && isNullOrEmpty($record_value->new_docmaster_docdesc) ) @else @if($record_value->comp_flag == "cbsl") @php $name = $record_value->docmaster_docdesc; @endphp @elseif($record_value->comp_flag == "Newgen" && strtotime($record_value->qc_date) >= strtotime('01-09-2022') ) @php $name = $record_value->new_docmaster_new_indexing_docdesc; @endphp @else @php $name = $record_value->new_docmaster_docdesc; @endphp @endif
doccode,$record_value->fil_nm, $delivery_scancopy) ? "checked='checked'":"")}}>
@endif @endforeach
@endif
@if(!$case_orders->isEmpty())

Judgement/ Orders

@foreach ($case_orders AS $case_order_key => $case_order_value) @php $total_page=1; $oj_link=$case_order_value->case_no."_".$case_order_value->order_no; $link_pdf= "https://district.mphc.gov.in/upload/district_jo/jabalpur_db_nc/orders/".$case_order_value->case_year."/".$oj_link.".pdf#toolbar=0"; $total_page=count_pdf_pages($link_pdf); @endphp
order_no,$case_order_value->order_dt, $delivery_scanorder) ? "checked='checked'":"")}} >
@endforeach
@endif

Upload Digitized Sign Copy
{{file_view($application->digitized_attachment)}}
0%
@endsection @push('scripts') @endpush