@vite(['resources/sass/app.scss']) @if (!empty(config('app.COOKIE_FIRST_API_KEY'))) @endif @if (!empty(config('app.CLARITY_API_KEY'))) @endif
Loading
@include('layout.header')
@yield('banner', '') @yield('content')
@include('layout.footer') @include('layout.back-to-top') @include('layout.newsletter') @include('shared.add-address') @vite(['resources/js/app.js'])