@include('frontend.includes.head', array('scripts' => isset($scripts) ? $scripts : array(), 'styles' => isset($styles) ? $styles : array())) @if(isset($embeds)) @foreach($embeds as $embed) @if ($embed->embed_position == 'body') {!! $embed->type === 'multi_lang' ? $embed->code_lang : $embed->code !!} @endif @endforeach @endif @if(isset($objectEmbeds) && !empty($objectEmbeds)) @foreach($objectEmbeds as $embed) @if($embed->embed_position == 'body' && !$embed->global && $embed->status == 'published') {!! $embed->type === 'multi_lang' ? $embed->code_lang : $embed->code !!} @endif @endforeach @endif
@yield('content')
@include('frontend.includes.sticky-cta') @include('frontend.includes.overlays') @include('frontend.includes.modals') @include('frontend.includes.video-overlay') @include('frontend.includes.lang-switcher-dialog') @if(!empty($isPreview) && $isPreview)
THIS IS A PREVIEW OF THIS PAGE - link expires: {{ $shareLink->expires_at }}
@endif