{!! HTML::metaTags($metaTags) !!} @if ($openGraph) {!! HTML::openGraphTags($openGraph) !!} @endif @if ($title) {!! HTML::title($title) !!} @else {!! HTML::title(trans_object($controllerName, $moduleName)) !!} @endif {!! HTML::style('vendor/font-awesome/css/all.min.css') !!} {!! HTML::style(HTML::versionedAssetPath('css/frontend.css')) !!} {!! HTML::jsTranslations() !!} {!! HTML::script('vendor/jquery/jquery-2.2.4.min.js') !!} {!! HTML::script('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js') !!} {!! HTML::script('vendor/contentify/contentify.js') !!} {!! HTML::script('vendor/contentify/frontend.js') !!} @if (Config::get('app.theme_christmas')) @include('snow') @endif @widget('Slides::Slides', ['categoryId' => 1])
@if (Session::get('_alert')) @include('alert', ['type' => 'info', 'title' => Session::get('_alert')]) @endif {{-- Render JavaScript alerts here --}}
@if (isset($page)) {!! $page !!} @endif
@if (Config::get('app.gdpr')) @endif {!! Config::get('app.analytics') !!}