@php use App\Enums\UserRolesEnum; $role = UserRolesEnum::from(Auth::user()->role_id)->name; @endphp

{{ __('Dashboard') }}

{{ number_format($bookingRevenueThisMonth, 2, '.', ',') }}

Booking Revenue This Month

@if( $percentageRevenueChangeLastMonth >= 0 ) @else @endif

{{ $percentageRevenueChangeLastMonth > 0 ? '+' : '' }} {{ $percentageRevenueChangeLastMonth }}%

Monthly Revenue Change

{{ $totalCustomers }}

Customers

{{ $totalEmployees }}

Employees

{{--

$75,257

Balances

--}}

{{ $totalServices }}

Services

{{ $totalServicesActive }}

Active Services

{{ $totalUpcomingDeals }}

Upcoming Deals

{{ $totalOngoingDeals }}

Ongoing Deals

{{ $totalUpcomingAppointments }}

Upcoming Appointments

@foreach($locations as $location)

{{ $location->name }}

Today's Schedule

Tomorrow's Schedule

@endforeach