Logo DIJEE Admin
{{ Auth::user()->nama }}
@csrf
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @yield('content')