{!! \Phoenix\Html\HtmlHeader::renderMetadata() !!} @yield('meta') {!! \Phoenix\Asset\Asset::renderStyles(true) !!} @yield('style') {!! \Phoenix\Asset\Asset::renderScripts(true) !!} @yield('script') {!! \Phoenix\Html\HtmlHeader::renderCustomTags() !!} @section ('superbody')
@if(Lyrasoft\Luna\Language\Locale::getLocale() === 'en-GB') @include('_global.js_cookie') @endif
@yield('hero')
@section('main-section')
@section('message') {!! \Windwalker\Core\Widget\WidgetHelper::render('windwalker.message.default', array('flashes' => $flashes)) !!} @show @yield('content', 'Content')
@show
@yield('feature-section') @if (! $app->get('route.extra.no_cart_button')) @translate('catalog.cart.global.button') ({{ count($cart) }}) @endif @show @if ($app->get('datavideo.ga')) @endif