{{-- ===== SIDEBAR ===== --}} {{-- ===== MAIN WRAPPER ===== --}}
{{-- TOP NAVBAR --}}
@yield('title', 'Dashboard')
New Submission
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
Division Head
My Profile
@csrf
Sign Out
{{-- PAGE CONTENT --}}
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif @yield('content')