@section('title', $isEditMode ? 'Edit Tour' : 'Add Tour') @section('heading', $isEditMode ? 'Edit Tour' : 'Add Tour') @section('top-menu-items') @endsection
Add a new Tour to your Store for purchase. Pro Tip: Use the Special Unavailability section to refine the availability of this Tour.
What is the primary Tour Vessel type that this Tour uses? @foreach ($filteredVesselTypes as $vesselType) @endforeach
@error('vessel_type_id') {{ $message }} @enderror

What Tour name would you like displayed to your Customers?

Briefly describe the Tour to your Customers so that they know they selected the correct Tour. @error('description') {{ $message }} @enderror

How many minutes does this Tour take on your schedule, from departure to being ready to depart again? @error('duration') {{ $message }} @enderror
Select an RGB or Hex colour for this Tour to display on the Schedule.
Pro Tip: Choose a colour that complements black icons and text on the Schedule.
@error('schedule_colour') {{ $message }} @enderror

Would you like this Tour added to the Schedule, ready to receive bookings? @error('default_availability') {{ $message }} @enderror

Do you want this Tour to be available for booking through the Online Booking Form? @error('online_booking') {{ $message }} @enderror

When your Customers see this Tour's available start times, how many minutes apart will those start times be? @error('time_interval_for_frontend') {{ $message }} @enderror
@if ($image) Tour Image @else Tour Image @endif
The maximum number of participants that can attend this Tour at a single start time is determined by the maximum number of passengers your Tour Vessels can accommodate. @error('max_seats') {{ $message }} @enderror
When this Tour is booked, what is the minimum number of participants required to complete the booking? @error('min_seats') {{ $message }} @enderror
When enabled, every Booking made on this Tour will automatically be set as a Private Flight.
@error('private_by_default') {{ $message }} @enderror
Would you like to allow Private Flight Fees as an Add-On to this Tour?
@if ($private_flight_fee)
@endif

Select the taxes that apply to this Tour at the time of payment

Pricing

What pricing options would you like your Customers to choose from. Select all that apply to this Tour.
@if ($show_price_input) What is this cost of this Tour?
@error('price_per_person') {{ $message }} @enderror @endif
@if (session()->has('message'))
{{ session('message') }}
@endif
@push('styles') @endpush @push('scripts') @endpush