@include('open._layouts._partials.head.meta') @include('open._layouts._partials.head.seo') {{-- @include('open._layouts._partials.head.hreflang') --}} @include('open._layouts._partials.head.favicons') @include('open._layouts._partials.head.bugsnag') @include('open._layouts._partials.head.tagManager')
@include('open._layouts._partials.head.tagManagerNoScript') @include('open._layouts._partials.contactWidget') @include('open._layouts._partials.backToTop') @if(Route::current() && in_array(Route::current()->getName(), ['landings.show','landings.success','landingsPlus.show','landingsPlus.success'])) @include('open._layouts._partials.landingNavigation') @else @include('open._layouts._partials.mainNavigation') @endif {{ $slot }} @include('open._layouts._partials.mainFooter') @include('open._layouts._partials.cookiesPopUp')