@stack('css') @if(Auth::check()) @include('layouts.header') @include('layouts.menu') @endif @yield('content') @include('sweetalert::alert')
@if(Auth::check()) @include('layouts.footer') @endif @stack('js')