@extends('layout.app') @section('title', 'Clinic Profile | Waiting Room') @section('content')
{{-- --}}

{{ Auth::guard('business')->user()->name }}

    {{--
  • {{ $userData->specialities->first()->name }}
  • --}}
  • {{ Auth::guard('business')->user()->location }}
  • {{ Auth::guard('business')->user()->email }}

${{ $totalEarning }}

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

{{ $totalDoctor }}

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

{{ $totalAppointment }}

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


Warning: Undefined variable $percentageChange in /home/webwaitingroom/public_html/resources/views/pages/settings/index.blade.php on line 134

Warning: Undefined variable $percentageChange in /home/webwaitingroom/public_html/resources/views/pages/settings/index.blade.php on line 149

Warning: Undefined variable $percentageChangeFormatted in /home/webwaitingroom/public_html/resources/views/pages/settings/index.blade.php on line 149
+%

{{ __('translations.Basic Info') }}

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

    @php $border = [ 'border-dark', 'border-success', 'border-primary', 'border-danger', 'border-warning', ]; @endphp @forelse ($latestAppointments as $key => $latestAppointment)
  • {{ $latestAppointment?->created_at ? Carbon\Carbon::parse(explode(' ', $latestAppointment->created_at)[1])->format('h:i') : null }}
    {{ $latestAppointment->getUser->first_name . ' ' . $latestAppointment->getUser->last_name }} {{ __('translations.appointment with') }} {{ $latestAppointment->Doctor->name }}
  • @empty
  • {{ __('translations.No Appointment Yet') }}
  • @endforelse

{{ __('Deactivate Account') }}

{{ __('translations.You are deactivating your account') }}

{{ __('translations.For extra security, this requires you to confirm your email or phone number when you reset your password.') }} {{ __('translations.Learn More') }}

@endsection @section('custom-script') @endsection