@section('meta') {{ app('stoerung_config')->default_meta_title }} @show @section('robots') @show @section('facebook') @if(isset($provider)) @else @endif @show @section('canonical') @show @php $searchSuggestVersion = file_exists(public_path('css/search-suggest.css')) ? filemtime(public_path('css/search-suggest.css')) : time(); @endphp @if(!empty($includeProviderMapCss)) @endif @if(in_array(App::getLocale(), ['cs', 'cs-CZ'])) @endif
@yield('content')
@yield('moreScripts')
@yield('scripts') @php $searchSuggestJsVersion = file_exists(public_path('js/search-suggest.js')) ? filemtime(public_path('js/search-suggest.js')) : time(); @endphp