@section('title', 'Add-Ons') @section('top-menu-items')
Tour Add-Ons can be products, fees, or donations that are applied to specified Tours. Tour Add-Ons can be made available only to your team to add to Customer bookings made on the Schedule, or they can be made available to your Customers to select through the Online Booking Form. Pro Tip: Augment your Customer journey through the Online Booking Form by providing Tour specific Add-Ons for purchase.
|
|
ADD-ON NAME | APPLICABLE TOURS | Price | AVAILABLE | Online Booking | @can('write_add-ons')Actions | @endcan
|---|---|---|---|---|---|---|
|
|
{{ $addOn->name }} | @php $tourNames = $addOn->tours; @endphp@foreach($tourNames as $tour) {{ $tour->name }} @endforeach @if(count($tourNames) === 0) N/A @endif | {{ $addOn->price }} | {{ $addOn->availability ? 'Yes' : 'No' }} | {{ $addOn->online_booking ? 'Yes' : 'No' }} | @can('write_add-ons')Actions | @endcan