- {{ __('Home') }}
- {{ $model->child_string_displayed('category_id', 'name') }}
- {{ $model->getSelfTranslation('title') }}
-
@if($model->meal_provided)
- {{ __('Meal') }} @endif @if($model->hotel_provided)
- {{ __('Hotel') }} @endif @if($model->transport_provided)
- {{ __('Transport') }} @endif @if($model->accessibiliy_provided)
- {{ __('Accessibiliy') }} @endif @if($model->tour_guide_provided)
- {{ __('Tour guide') }} @endif
@endif
{{ __('Description') }}
{{ $model->getSelfTranslation('title') }}
{!! nl2br($model->getSelfTranslation('description')) !!}
{{ __('Highlight Places') }}
{{ $model->getSelfTranslation('highlight_places') }}
{{ __('Brochure Link') }}
{{ __('Schedule Of Tour') }}
{{ __('Days') }} | {{ __('Description') }} |
---|---|
{{ isset($row['label_days']) ? $row['label_days']:'' }} | {!! nl2br(isset($row['description']) ? $row['description']:'') !!} |
{{ __('Reviews') }}
{{ $row->name }}
{{ nl2br($row->comment) }}