@include('layouts.head') @include('layouts.theme-style')
{{--@include('layouts.announcements')--}} {{-- Comment for now. Might be useful later --}} @include('layouts.header') {{-- Nav is inside header --}} @yield('content') @include('layouts.footer')
@include('layouts.modals') @include('layouts.scripts') @yield('layout-scripts')
+
@if($shop_threshold_checker) @endif @if(session('login_modal') && !Auth::check()) @endif @if($shop_threshold_checker) @endif