@php $home2_destination = getContent('theme2_destination.content', true); $home2_destination_items = popularDestinations(); @endphp
{{ getTranslatedValue($home2_destination, 'sub_title') }}

{{ getTranslatedValue($home2_destination, 'title') }}

{!! strip_tags(clean(getTranslatedValue($home2_destination, 'description')), '
') !!}

@if ($home2_destination_items->count() > 0) @foreach ($home2_destination_items as $key => $destination_item)
{{ $destination_item->name }}
@if ($destination_item->tags)
@foreach (explode(',', $destination_item->tags) as $key => $tag) {{ $tag }} @endforeach
@endif
@endforeach @endif
@push('style_section') @endpush