@section('title', 'Online Bookings') @section('top-menu-items') @endsection @section('sub-menu-items') @endsection @section('top-menu-items') @endsection
Access your Online Booking Form and customize your customer journey. Pro Tip: The customer journey in the Online Booking Form can be further customized through the Tour settings.

Place this link on your website or elsewhere so that your Partners and Customers can access your Online Booking Form.
@error('maxFlights') {{ $message }} @enderror

Allow customers to book tours on the same day.
user()->can('write_global_settings') ? '' : 'disabled' }}>

When your Customers see a Tour's available start times, how many minutes apart will those start times be? @error('time_interval_for_frontend') {{ $message }} @enderror

@if($logoUrl)
Logo
@can('write_global_settings') @endcan @endif @can('write_global_settings')
Accepted formats: JPEG, JPG, PNG, GIF, WEBP (Max: 2MB)
@endcan @error('logo') {{ $message }} @enderror @if (session()->has('message'))
{{ session('message') }}
@endif