{{-- --}} @stack('css')
{{-- Header --}} @auth
@endauth {{-- Sidebar --}} @auth @endauth {{-- Content --}}
@auth

@yield('page_title', 'Dashboard')

@endauth
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@auth @endauth
{{-- --}} @stack('js')