@include('partials.topbar',['title'=>'Booking Details'])

{{ $booking->booking_reference }}

{{ $booking->guest_name }} - {{ $booking->guest_phone }}

Room: {{ $booking->room->room_name??'—' }}

Amount: ₦{{ number_format($booking->booking_amount,2) }}

Status: {{ $booking->status }}

@if($booking->status==='confirmed' && !$booking->accessCode)
@csrf
@endif