@section('title', 'Tours')
@section('top-menu-items')
Duration: {{ $tour->duration }} minutes
Price Type: @if ($tour->price_by_tour && $tour->pricePerPersons && $tour->pricePerPersons->isNotEmpty()) Price by Tour and Price Per Participant @elseif ($tour->price_by_tour) Price by Tour @elseif ($tour->pricePerPersons && $tour->pricePerPersons->isNotEmpty()) Price Per Participant @else N/A @endif @php $availabilityBadge = $tour->default_availability == 'available' ? '' : ''; $onlineBadge = $tour->online_booking == '1' ? '' : ''; @endphp
Available
Online Booking
Max Participants:
Min Participants:
Duration (in min):
Schedule Colour:
Time Interval (in min):
Private Flight Fee:
Applicable Taxes:
Price Type: @if(isset($tour) && $tour) @if ($tour->price_by_tour && $tour->pricePerPersons && $tour->pricePerPersons->isNotEmpty()) Price by Tour and Price Per Participant @elseif ($tour->price_by_tour) Price by Tour @elseif ($tour->pricePerPersons && $tour->pricePerPersons->isNotEmpty()) Price Per Participant @else N/A @endif @else N/A @endif
{{--
Special Unavailability:
| No | Start | End |
|---|