@extends('layouts.admin', [ 'title' => 'Booking Report', 'pageTitle' => 'Booking Report', 'active' => 'reports', ]) @section('content')
Analyze booking volume, appointment status, and appointment history by date range.
@include('admin.reports.partials.nav', ['activeTab' => 'bookings'])No booking statuses found.
@endforelse{{ $appointment->customer?->name ?? '-' }}
{{ $appointment->service?->name ?? '-' }} with {{ $appointment->staffProfile?->name ?? '-' }}
{{ $appointment->booking_number }} - {{ $appointment->starts_at?->format('M d, Y') }} at {{ $appointment->starts_at?->format('g:i A') }}