@php use Sentry\Laravel\Integration; @endphp @php use Illuminate\Support\Js; @endphp
@yield('meta') @yield('main-font') @yield('view-font') @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @endforeach {{-- Preload hero img --}} @stack('hero-img-preload') @stack('view-css') {{-- --}} @yield('head') @yield('analitics') {{-- Crazy Egg currently not needed - no subscription --}} {{-- --}} @auth @endauth {!! Integration::sentryMeta() !!} @yield('analitics-no-script') @hasSection('custom_header') @yield('custom_header') @endif @yield('view-content') @auth @endauth @stack('view-js') @yield('js') @stack('scripts') @yield('trustpay-script') @yield('tidio')