@if(app()->environment() == 'dev') @endif @yield('meta') {{-- font awesome --}} @stack('head-area') @stack('schema') {{-- --}} {{-- microsoft clarity code --}}
@include('partials.blackfriday') @include('frontend.includes.theme.header')
@yield('content') @include('frontend.includes.theme.footer')
@stack('after-scripts') @include('includes.partials.ga')