@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Checker Modify') @section('content') @if($application->bench == '01') @elseif($application->bench == '02') @elseif($application->bench == '03') @endif

Application

@if(!isNullOrEmpty($application->actual_del_dt))
Application has alreay Delivered
@endif
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
Case No :
{{$case_type_string}}/{{$application->case_no}}/{{$application->case_year}}
Petitioner :
{{$application->pet_name}}
Respondent :
{{$application->res_name}}
Status :
@if($application->c_status == "D") Disposed @else Pending @endif

Required Documents

Scan Documents

@if(!empty($scan_documents))
    @foreach ($scan_records AS $record_key => $record_value) @if(searchForScanDocument($record_value->doccode,$record_value->doccode1,$record_value->scan_digi_status_id,$scan_documents))
  1. {{$record_value->docdesc}} (Pg : {{$record_value->scan_page}})
  2. @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->other_applied}}
  2. @endforeach
@endif

Orders

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

Select Documents for Application

@if(isNullOrEmpty($application->final_page_calculate_date))
You have not selected pages , please select documents and update the form for the download the file.
@else
Document selected on OR last updated on {{YYYYMMDDHistoDateFormat($application->final_page_calculate_date)}}
@endif
default_dt) ? "": "checked='checked'"}}>
We'll remove the selected document.
@if(!isNullOrEmpty($application->document_attachment) && ($application->acc_def == "Accepted"))
Download selected documents :
{{$application->document_attachment}}
@endif
@php $pdf = file_get_contents(storage_path('/app/public/case_aplong/'.$application->fil_no.'/aplong.pdf')); $total_page_aplong = preg_match_all("/\/Page\W/", $pdf, $dummy); @endphp aplong_selected) ? "checked='checked'" :""}}>

Scanned Documents

@if(!$scan_records->isEmpty())
@foreach ($scan_records AS $record_key => $record_value) @php $link_pdf=""; @endphp
doccode,$record_value->doccode1, $record_value->scan_digi_status_id, $delivery_scancopy) ? "checked='checked'":"")}}>
@endforeach
@endif

Judgement/ Orders

@if(!$case_orders->isEmpty())
@php $path=""; @endphp @foreach ($case_orders AS $case_order_key => $case_order_value) @php $total_page=0; $link_pdf=url('storage/orders/'.$case_order_value->pdfname); @endphp
@php $pdf = file_get_contents(storage_path('/app/public/orders/'.$case_order_value->pdfname)); $total_page = preg_match_all("/\/Page\W/", $pdf, $dummy); @endphp pdfname}}" id="scan_doc_{{$case_order_value->id}}" data-pages="{{$total_page}}" data-order_date="{{$case_order_value->orderdate}}" {{(searchForScanOrder($case_order_value->orderdate, $delivery_scanorder) ? "checked='checked'":"")}}>
@endforeach
@endif

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