@section('externalcss') @endsection @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('consultation-read'))
Patients Sitting On Queue

Lab Advice Test Patients


@if(sizeof($patientendoscopyarray)>0) {{sizeof($patientendoscopyarray)}}@else0@endif

Completed Patients


{{sizeof($patientcompletedarray)}}

@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(sizeof($patientendoscopyarray)>0) @foreach($patientendoscopyarray as $patient) @endforeach @else @endif {{----}}
Token No. Patient Name Status Action
{{$patient->token_id}} {{$patient->patient_name}} @if($patient->lab_test_status == 1) @if($patient->expected_date_time)
ETC : {{\Carbon\Carbon::parse($patient->expected_date_time)->format('h:i A')}}
@else
Not Yet Started
@endif @elseif($patient->lab_test_status == 2)
Called
@elseif($patient->lab_test_status == 3)
Test In Progress
@elseif($patient->lab_test_status == 4)
On Hold
@elseif($patient->lab_test_status == 5)
Called
@elseif($patient->lab_test_status == 6)
Lab Advice
@elseif($patient->lab_test_status == 7)
Completed
@endif
@if($patient->lab_test_status != 7) {{-- --}} {{-- --}} @endif
No Patient Available
TOKEN_001 Asutosh Das
End
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection