{{ __('general.edit_booking') }}

{{ __('general.update_booking_info') }}

{{ __('general.back_to_list') }}
@csrf @method('PUT') @include('bookings._form', ['booking' => $booking, 'courts' => $courts, 'selectedCourt' => $booking->court, 'selectedDate' => $booking->date->format('Y-m-d')])
{{ __('general.cancel') }}
@stack('modals')