@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
@if(!isNullOrEmpty($application->document_attachment) && ($application->acc_def == "Accepted"))
Download selected documents :
{{$application->document_attachment}}
@endif
Scanned Documents
@if(!$scan_records->isEmpty())
@foreach ($scan_records AS $record_key => $record_value)
@php
$link_pdf="";
@endphp
@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
@endforeach
@endif