@php function assetVersion($path) { $fullPath = public_path($path); return file_exists($fullPath) ? filemtime($fullPath) : time(); } @endphp

Patient Counselling List

@foreach ($data as $i => $result) @endforeach
Record Id Mrd. No Visit Date Patient Name Remark Action
{{ $i + 1 }} {{ $result->MrdNo }} {{ $result->VisitDate }} {{ strtoupper(strtolower($result->PatientName)) }} {{ $result->CouncRemark }}
@include('excelscript')