@extends('doctorpanel.layout.app') @section('title', 'Waiting Room | Dashboard') @section('custom-css') @endsection @section('content')

{{ $doctorTotalBookings }}

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

{{ $doctorTodayBookings }}

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

{{ $doctorCompletedBookings }}

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

{{ $doctorCancelledBookings }}

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

${{ $totalAmount }}

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

{{ __('translations.Doctor Revenue') }}

{{ __('translations.Revenue Insights of') }} {{ auth()->guard('doctor')->user()->name }} {{ __('translations.Doctors (by Earnings)') }}

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

{{--
--}} {{-- --}} {{--
--}}
{{ __('translations.Completed') }} {{ $chartData['completedData'][0] }} {{ __('translations.Ongoing') }} {{ $chartData['inProgressData'][0] }}

{{ __('translations.Bookings Overview') }}

{{-- --}}
{{ __('translations.Total Bookings') }}
Completed
{{ __('translations.Cancelled') }}
@endsection @section('custom-script') @endsection