{{ $description['title'] ?? '' }}
{!! $description['text'] ?? '' !!}
{{ $clientReview['text'] ?? '' }}
{{ data_get($popularDestinations, 'title', '') }}
{{ data_get($alsoGreatDestinations, 'title', '') }}
-
@foreach ($list as $entry)
@php
$entryText = is_array($entry) ? ($entry['text'] ?? '') : $entry;
$entryLink = is_array($entry) ? ($entry['link'] ?? null) : null;
@endphp
- @if ($entryLink) {{ $entryText }} @else {{ $entryText }} @endif @endforeach
{{ $trends['title'] ?? '' }}
{!! $trends['description'] ?? '' !!}
{{ data_get($trendGroups, '0.subtitle', '') }}
{{ data_get($trendGroups, '1.subtitle', '') }}
{{ data_get($trendGroups, '2.subtitle', '') }}
{!! $trends['disclaimer'] ?? '' !!}