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

Name : Tapan Kumar Naik

Contact : 8895591305

Now

Name : Tapan Kumar Naik

Contact : 8895591305

Next

Name : Tapan Kumar Naik

Contact : 8895591305

--}}
Pending Test Reports Of Patients

Endoscopy


{{-- {{sizeof($patientendoscopyarray)}}

--}} {{$endoscopy_count[0]}}

Ultrasound


{{$ultrasound_count[0]}}

Other


{{$other_count[0]}}

{{--
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
--}}
{{--

Lab Test Report


{{sizeof($patientendoscopyarray)}}

--}} @if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(sizeof($patient_details)>0) @foreach($patient_details as $patient) @if($patient['status']!='7') @endif @endforeach @else @endif {{----}}
Patient Name Patient Visit Date session Status Action
{{$patient['patient_name']}} {{\Carbon\Carbon::parse($patient['created_at'])->format('d-m-Y h:i A')}} {{$patient['session_name']}}
{{\Carbon\Carbon::parse($patient['session_start_time'])->format('h:i A')}}
@if($patient['lab_test_status'] == 1) @if($patient['expected_date_time'])
Pending
@else
Not Yet Started
@endif @elseif($patient['lab_test_status'] == 2)
Called
@elseif($patient['lab_test_status'] == 3)
On Going
@elseif($patient['lab_test_status'] == 4)
Hold
@elseif($patient['lab_test_status'] == 5)
Recall
@elseif($patient['lab_test_status'] == 6)
Completed
@endif
@if($patient['status'] != 7) {{-- --}} @endif
No Patient Available
TOKEN_001 Asutosh Das
End
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection