@php
$file_check=storage_path('/app/public/orders/'.$case_order_value->pdfname);
if(file_exists($file_check)){
$pdf = file_get_contents(storage_path('/app/public/orders/'.$case_order_value->pdfname));
$total_page = preg_match_all("/\/Page\W/", $pdf, $dummy);
}
@endphp
@endif
@endforeach