@php Theme::set('pageTitle', __('Booking information')); Theme::layout('full-width'); @endphp

{{ __('Your booking information') }}


@include('plugins/hotel::booking-info', ['booking' => $booking, 'route' => 'customer.generate-invoice'])