Pending To Receive Sample List Pending To Receive Sample List {{-- Test --}} {{-- View Form --}} {{-- 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 Sample Collection Details 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 }} {{-- View Details --}} {{-- View Details --}} {{-- --}} {{-- {!! DNS1D::getBarcodeHTML("$list->first_name $list->last_name", 'C39') !!} --}}
{{-- Add --}}