Approved Sample List Approved Sample List {{-- Test --}} {{-- Patient listing --}}
@csrf
cancel
@foreach ($patient_list as $index => $list) @endforeach
Sr.NO Patient Id Sample Id Patient Name Patient Age Lab Name Test Name Collection Details Received Details Approval At Approval By Action
{{ $index + 1 }} {{ $list->patient_uniqe_id }} {{ $list->sample_id ?? '-' }} {{ $list->first_name }} {{ $list->middle_name }} {{ $list->last_name }} {{ $list->age }} {{ $list->lab_name }} {{ $list->main_category_name }} {{ $list->date }} {{ \Carbon\Carbon::parse($list->received_at)->setTimezone('Asia/Kolkata')->format('Y-m-d H:i:s') }} {{ \Carbon\Carbon::parse($list->patient_approval_at)->setTimezone('Asia/Kolkata')->format('Y-m-d H:i:s') }} {{ $list->patient_approval_by }} Enter Test Parameter
{{-- received update status --}}