@if($isAdmin) You're logged in as a Main Admin @else You're logged in as a Tenant User @endif
Total Users
{{ $stats['total_users'] }}
Tenant Users
{{ $stats['total_tenants'] }}
Admin Users
{{ $stats['total_admins'] }}
Categories
{{ $stats['total_categories'] }}
Total Services
{{ $stats['total_services'] }}
Total Resources
{{ $stats['total_resources'] }}
Active Services
{{ $stats['active_services'] }}
Inactive Services
{{ $stats['inactive_services'] }}
Today's Booked
{{ $stats['today_bookings'] }}
Month Revenue
${{ number_format($stats['this_month_revenue'], 2) }}
| Customer | Service | Status |
|---|---|---|
| {{ $booking->customer_name }} | {{ $booking->service->name }} ({{ $booking->booking_date->format('M d') }}) | {{ ucfirst($booking->status) }} |
No recent bookings recorded.
@endif