@extends('admin.layout.index') @section('title', 'Manage Clinic Appointments | Waiting Room') @section('content')

{{ __('translations.Clinics Management') }}

{{ __('translations.Manage Clinic Appointments') }}
{{ __('translations.No.') }} {{ __('translations.Patient Name') }} {{ __('translations.Date') }} {{ __('translations.Time Slots') }} {{ __('translations.Fees') }} {{ __('translations.Queue no.') }} {{ __('translations.Specialty') }} {{ __('translations.Doctor') }} {{ __('translations.Status') }} {{ __('translations.Action') }}
01 John Doe 9 July, 2024 10:30 AM - 11:00 AM $200 3 {{ __('translations.Neurologist') }} Dr. Cedric {{ __('translations.Completed') }}
02 Jane Smith 10 July, 2024 11:00 AM - 11:30 AM $150 4 {{ __('translations.Cardiologist') }} Dr. Rhona {{ __('translations.Ongoing') }}
03 Michael Brown 11 July, 2024 11:30 AM - 12:00 PM $250 5 {{ __('translations.Dermatologist') }} Dr. Garrett {{ __('translations.Scheduled') }}
@endsection @section('custom-script') @endsection