@section('page-title', 'Edit Booking') @section('page-description') {{ $booking->booking_reference }} @endsection
@csrf @method('PUT')

Edit Booking

Update booking details and payment information

{{ $booking->booking_reference }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • • {{ $error }}
  • @endforeach
@endif
Cancel