@extends('layouts.app') @section('content')
{{ auth()->user()->name }}
Manage your appointments and grow your business.
{{ count($todayBookings) }}
{{ $weeklyStats['total_bookings'] }}
${{ number_format(collect($monthlyRevenue)->sum('revenue'), 2) }}
{{ $booking->service->name }}
🕐 {{ $booking->scheduled_at->format('g:i A') }} ({{ $booking->duration }} min)
{{ $booking->service->name }}
📅 {{ $booking->scheduled_at->format('M d') }} at {{ $booking->scheduled_at->format('g:i A') }}
No upcoming bookings this week.