@stack('meta') @if(request()->cookie('dark-mode')) @else @endif @stack('styles') @include('layouts.partial.nav')
@yield('content') @if(Auth::check()) @endif
@include('layouts.partial.footer') @stack('scripts') @if(Auth::check())
@endif