@extends('layouts.app') @section('content')
{{ auth()->user()->email }}
Manage your bookings and discover new beauty professionals.
{{ $upcomingBookings->count() }}
${{ number_format($totalSpent, 2) }}
{{ $favorites->count() }}
{{ $booking->professional->business_name }}
📅 {{ $booking->scheduled_at->format('M d, Y') }} at {{ $booking->scheduled_at->format('g:i A') }}
${{ number_format($booking->amount, 2) }}
{{ ucfirst($booking->status) }}No upcoming bookings. Find a professional
{{ $booking->professional->business_name }}
{{ $booking->scheduled_at->format('M d, Y') }}
No past bookings yet.