{{ $tour->getTranslatedTitle() }}

@if($tour->departureCity && $tour->departureCountry) {{ __('frontend.departure') }} {{ $tour->departureCity->name }}, {{ $tour->departureCountry->name }} @endif @if($tour->extra_field_3 && $tour->extra_field_4) {{ $tour->getTranslatedExtraField(3) }} {{ __('frontend.days') }} & {{ $tour->getTranslatedExtraField(4) }} {{ __('frontend.nights') }} @endif @if($tour->tourType) {{ $tour->tourType->title }} @endif

{{ __('frontend.tour_details') }}

    @if($tour->extra_field_1)
  • {{ __('frontend.start_date') }} {{ date('d M Y', strtotime($tour->getTranslatedExtraField(1))) }}
  • @endif @if($tour->extra_field_2)
  • {{ __('frontend.end_date') }} {{ date('d M Y', strtotime($tour->getTranslatedExtraField(2))) }}
  • @endif @if($tour->extra_field_3)
  • {{ __('frontend.duration') }} {{ $tour->getTranslatedExtraField(3) }} {{ __('frontend.days') }}
  • @endif @if($tour->extra_field_4)
  • {{ __('frontend.nights') }} {{ $tour->getTranslatedExtraField(4) }} {{ __('frontend.nights') }}
  • @endif @if($tour->transportType)
  • {{ __('frontend.transport') }} {{ $tour->transportType->title }}
  • @endif @if($tour->tourType)
  • {{ __('frontend.tour_type') }} {{ $tour->tourType->title }}
  • @endif @if($tour->departureCountry)
  • {{ __('frontend.departure_country') }} {{ $tour->departureCountry->name }}
  • @endif @if($tour->departureState)
  • {{ __('frontend.departure_state') }} {{ $tour->departureState->name }}
  • @endif

{{ __('frontend.tour_overview') }}

{!! $tour->getTranslatedDescription() !!}

{{ __('frontend.book_this_tour') }}

1
0
Adults (1x) {{ \App\Helpers\CurrencyHelper::formatPrice($tour->getTranslatedExtraField(8)) }}
{{ __('frontend.total') }} {{ \App\Helpers\CurrencyHelper::formatPrice($tour->getTranslatedExtraField(8)) }}
@if($tour->extra_field_12)

{{ __('frontend.terms_conditions') }}

{!! $tour->getTranslatedExtraField(12) !!}
@endif

{{ __('frontend.need_help') }}

{{ __('frontend.call_us_at') }} +92 300 1234567

{{ __('frontend.email') }} info@travel.com

{{ __('frontend.available_247') }}

@if($relatedTours && $relatedTours->count() > 0) @endif
@push('js') @endpush