@extends('frontend::layouts.master') @section('content') @if (!empty($banners[0])) @endif @if (!empty($about['detail']))
{!! $about['detail'] !!}
@endif @if (!empty($souvenirs[0]) && !empty($link_souvenirs['url']))

{{ $link_souvenirs['name'] }}

@endif @if (!empty($tours[0]) && !empty($link_tour['url']))
@endif @if (!empty($accommodations[0]) && !empty($link_accommodation['url']))

{{ $link_accommodation['name'] }}

{{ __('frontend::lang.btn.view_all') }}
@endif @if (!empty($places[0]) && !empty($link_place['url']))
@endif @if (!empty($news[0]))

{{ __('frontend::lang.index.section_news.title') }}

{{ __('frontend::lang.btn.view_all') }}
@endif @endsection