@stack('AddCSS')
@if (session('section'))
{{ getSectionName(session('section')) }}
@endif
{{ Auth::user()->nama }}
{{--
Profile
--}}
Logout
@csrf
Menu
Dashboard
@role('Reviewer')
Laporan
@endrole @role('Admin')
Laporan
Data Master
mForm
Users
@endrole
@yield('content')
@stack('AddJS')