@section('externalcss') @endsection @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('consultation-read'))
@error('session_id') {{ $message }} @enderror
Patients Sitting On Queue

Total Patients


{{sizeof($patienttotalarray)}}

Completed Patients


{{sizeof($patientcompletedarray)}}

Advice Test Patients


@if($advice_test_count>0) {{$advice_test_count}}@else0@endif

@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(sizeof($patientarray)>0) @foreach($patientarray as $patient) @endforeach @else @endif {{----}}
Token No. Patient Name Status Action
{{$patient->token_id}} {{$patient->patient_name}} @if($patient->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->status == 2)
Called
@elseif($patient->status == 3)
On Going
@elseif($patient->status == 4)
Hold
@elseif($patient->status == 5)
Recall
@elseif($patient->status == 6)
Endoscopy
@elseif($patient->status == 7)
Completed
@endif
@if($patient->status != 7) {{-- --}} {{-- --}} @endif
No Patient Available
TOKEN_001 Asutosh Das
End
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection