@extends('admin.layout.index') @section('title', 'Appointment Monitoring & Control') @section('custom-style') @endsection @section('content')

{{ __('translations.Appointment Monitoring & Control') }}

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

{{--
+0.0 %
--}}

0

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

{{--
-0.01 %
--}}

0

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

{{--
+0.0 %
--}}

0

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

{{--
+0.00 %
--}}

0

{{ __('translations.All Appointments') }}
{{-- --}}
{{ __('translations.No.') }} {{ __('translations.Patient Name') }} {{ __('translations.Doctor') }} {{ __('translations.Clinic') }} {{ __('translations.Appointment Time') }} {{ __('translations.Status') }} {{ __('translations.Action') }}
01 John Doe Dr. Smith Sunrise Clinic 10:00 AM, 02 Dec 2024 Rescheduled
@endsection @section('custom-script') @endsection