Blog Posts
One inspiring story is worth traveling. Discover local food, tradition and history — stories that make
you want to travel.
{{-- Desktop controls --}}
@if($desktopChunks->count() > 1)
@endif
{{-- Desktop / Tablet slider --}}
@foreach($desktopChunks as $pi => $page)
@foreach($page as $p)
{{ $p['title'] }}
@if($p['date'])
{{ $p['date'] }}
@endif
{{--
{{ $p['comments'] }}
--}}
@endforeach
@endforeach
{{-- Desktop dots --}}
@if($desktopChunks->count() > 1)
@foreach($desktopChunks as $i => $page)
@endforeach
@endif