@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('appointments-read')) @section('externalcss') @endsection

Please Wait . . .

@if($session_id != null)
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('appointments-create')) @if($doctinfo !="") @if($doctinfo['prescription_custom_format'] !="") @endif @endif @endif
@endif

Online Appointments

{{$totalappointmentcount}}

@if(sizeof($newstatusdata)>0) @foreach($newstatusdata as $key => $tabledata)

Token-{{$tabledata['token_id']}}

@if($tabledata['transaction_id'] != null) @endif
         @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif

{{$tabledata['patient_name']}}

Mob : {{$tabledata['phone_no']}}

@endforeach @else

No Patients Available

@endif

Clinic Appointment

{{$totalqueuecount}}

@if(sizeof($inqueuestatusdata)>0) @foreach($inqueuestatusdata as $key => $tabledata)

Token-{{$tabledata['token_id']}}

@if($tabledata['transaction_id'] != null) @endif
      {{-- --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif

{{$tabledata['patient_name']}}

Mob : {{$tabledata['phone_no']}}

@endforeach @else

No Patients Available

@endif
@if(sizeof($consultationstatusdata)>0) @foreach($consultationstatusdata as $key => $tabledata)

Token
{{$tabledata['token_id']}}

@if($tabledata['transaction_id'] != null) @endif   
@if($tabledata['status']==2) Called @elseif($tabledata['status']==3) Started @elseif($tabledata['status']==4) Hold @elseif($tabledata['status']==5) Recalled @else @if($tabledata['expected_date_time'] !="") ETC : {{\Carbon\Carbon::parse($tabledata['expected_date_time'])->diffInRealMinutes()}} Min @else Not Yet Started @endif @endif

{{$tabledata['patient_name']}}

Mob : {{$tabledata['phone_no']}}

Blood Pressure : {{$tabledata['blood_pressure']}}
Pulse Rate : {{$tabledata['pulse_rate']}}
RR : {{$tabledata['rr']}}
Temparature : {{$tabledata['temparature']}}
SPO2 : {{$tabledata['spo2']}}
Weight : {{$tabledata['weight']}}
@endforeach @else

No Patients Available

@endif

  

Report Checkup

{{$totalreportcheckcount}}

@if(sizeof($reportchekstatusdata)>0) @foreach($reportchekstatusdata as $key => $tabledata)

Token-{{$tabledata['token_id']}}

@if($tabledata['transaction_id'] != null) @endif
{{-- Start Hold Recall Report Check End--}}

{{$tabledata['patient_name']}}

Mob : {{$tabledata['phone_no']}}

@endforeach @else

No Patients Available

@endif

Completed Appointment List

@if(sizeof($consultationcompleted)>0) @foreach($consultationcompleted as $tabledata) @endforeach @else @endif
Status Token ID Session Date Session Time Session Name Patient Name Phone No
@if($tabledata['status']=='7') Completed @elseif($tabledata['status']=='0') Cancelled @else In Consultation @endif
{{$tabledata['token_id']}} {{\Carbon\Carbon::parse($tabledata->getSession->session_date)->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata->token_details->start_time)->format('H:i A')}} - {{\Carbon\Carbon::parse($tabledata->token_details->end_time)->format('H:i A')}} {{$tabledata->getSession->session_name}} {{$tabledata['patient_name']}} {{$tabledata['phone_no']}}

No Data Available

{{--
@if($session_id != null) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('appointments-create')) @endif @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Action Status Token ID Session Date Session Time Session Name Patient Name Phone No
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('appointments-update')) @endif --}}{{-- @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('appointments-update'))--}}{{-- --}}{{-- --}}{{-- --}}{{-- @endif--}}{{-- @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif
@if($tabledata['status']) Active @else Inactive @endif
{{$tabledata['token_id']}} {{\Carbon\Carbon::parse($tabledata->getSession->session_date)->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata->token_details->start_time)->format('H:i A')}} - {{\Carbon\Carbon::parse($tabledata->token_details->end_time)->format('H:i A')}} {{$tabledata->getSession->session_name}} {{$tabledata['patient_name']}} {{$tabledata['phone_no']}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
--}} {{-- --}} {{--Omm Pharma prescription design end--}} {{--Omm Pharma prescription design end--}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection