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

{{ __('translations.Appointments') }}

{{ __('translations.Appointment Details') }}

{{ __('translations.Appointment Info') }}
{{ __('translations.Doctor Info') }}
  • {{ __('translations.Doctor Name') }}: Dr. Cedric
  • {{ __('translations.Location') }}: {{ __('translations.Tutorials') }}1901 Thornridge Cir. Shiloh, Hawaii 81063
  • {{ __('translations.Specializations') }}: {{ __('translations.Neurologist') }}
  • {{ __('translations.Email') }}: cedric@example.com
  • {{ __('translations.Phone') }}: +1 234 567 890
{{ __('translations.Patient Info') }}
  • {{ __('translations.Patient Name') }}: John Doe
  • {{ __('translations.Email') }}: john.doe@example.com
  • {{ __('translations.Location') }}: {{ __('translations.1401 Thornridge Cir. Shiloh, Hawaii 81095') }}
  • {{ __('translations.Phone') }}: +1 987 654 321
  • {{ __('translations.Category') }}: {{ __('translations.Neurologist') }}
{{ __('translations.Patients History') }}
{{ __('translations.Date') }} {{ __('translations.Doctor') }} {{ __('translations.Status') }}
6 July, 2024 Dr. Cedric {{ __('translations.Completed') }}
5 July, 2024 Dr. Cedric {{ __('translations.Cancelled') }}
{{-- --}} {{-- --}}
@endsection @section('custom-script') @endsection