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

Edit Application

{!! $parties_page !!}

Application Details

rec_amt == "1" ? 'checked' : '' }}>
rec_amt == "0" ? 'checked' : '' }}>
rec_amt > 1 ? 'checked' : '' }}>
@if(!$scan_records->isEmpty())

Scanned Documents

    @foreach ($scan_records AS $record_key => $record_value)
  • doccode,$record_value->doccode1, $record_value->scan_digi_status_id, $scan_documents ) ? "checked='checked'":"")}}>
  • @endforeach
@endif @if(!$case_orders->isEmpty())

Orders

    @php $path=""; $branch = substr($application->fil_no, 0, 2); @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 orderdate, $orders) ? "checked='checked'":"")}}>
  • @endforeach
@endif

Other Documents

Please enter other documents like Order, Judgement, Bail Application, Police Challan etc..
@endsection @push('scripts') @endpush