{{ __('general.booking_id') }}: #{{ $booking->id }}
{{ $booking->court?->ground?->name }}
@if($booking->court?->category){{ __('general.date') }}
{{ formatDate($booking->date) }} ({{ $booking->date->dayName }})
{{ __('general.time_slot') }}
{{ $booking->getFormattedTimeSlot() }} ({{ $booking->getDurationInHours() }} {{ $booking->getDurationInHours() === 1 ? __('general.hour') : __('general.hours') }})
{{ __('general.notes') }}
{{ $booking->notes }}
{{ __('general.name') }}
{{ $booking->user?->name ?? '-' }}
{{ __('general.email') }}
{{ $booking->user?->email ?? '-' }}
{{ __('general.contact_no') }}
{{ $booking->user->contact_no }}