@stack('styles')
{{-- SIDEBAR --}} {{-- MAIN --}}
{{-- Top Bar --}}
@yield('title','Dashboard')
{{ now()->format('D, M d Y') }}
{{ substr(auth()->user()->name,0,1) }}
{{-- Flash --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif {{-- Content --}}
@yield('content')
@stack('scripts')