@env(['local', 'staging']) @endenv @yield('title'){{ config('app.name', 'Laravel') }} @if( config('app.gtm_id') && config('app.gtm_enable') ) @endif @vite(['resources/sass/app.scss', 'resources/js/app.js']) @stack('css') @if( config('app.gtm_id') && config('app.gtm_enable') ) @endif O'Cera
@if( !request()->routeIs(['buy-and-win-index']) )
@include('header')
@endif
@yield('content')
@include('footer')
@stack('js')