@include('layouts.gtm', ['section' => 'head']) @php // override $layout? if ($layoutOverride = Request::get('layout', null)) { if (in_array($layoutOverride, ['app', 'iframe', 'modal'])) { $layout = $layoutOverride; } } @endphp @if ($layout === 'app') @endif @if (config('app.env') == 'local') @else @endif @stack('custom_styles') @include('identitymanager::onetrust-script') @if ($layout === 'modal') @endif @php $postMessages = \App\Helpers\SiteHelper::getPostParentMessages() @endphp @if ($postMessages) @endif @stack('head_scripts') @include('layouts.gtm', ['section' => 'body']) @if ($layout === 'app') {{-- Panel angular