{{ $tour->tour_name }}
@if($tour->airline)@endif
@if($tour->tour_desc) @endif
@lang('DSpecial::tours.ttype') @if(!$tour->airline) @lang('DSpecial::tours.topen') @else @lang('DSpecial::tours.tairline') @endif @lang('DSpecial::tours.tcode') {{ $tour->tour_code }}
@lang('DSpecial::tours.tdates') {{ $tour->start_date->format('d.M.Y') }} - {{ $tour->end_date->format('d.M.Y') }} @if($carbon_now < $tour->start_date) @endif @if($carbon_now > $tour->end_date) @endif @lang('DSpecial::tours.tlegs') {{ $tour->legs_count }}
{!! $tour->tour_desc !!}
@if($tour->tour_token > 0 && isset($user_tokens) && !in_array($tour->tour_token, $user_tokens)) @endif