{{-- Icon --}}
@yield('styles') @vite(['resources/css/app.css', 'resources/js/app.js'])
NewsMaker23
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{ Auth::user()->name }}
Pilih Tema
Terang
Gelap
Otomatis
@csrf
Keluar
✕
{{--
NewsMaker23
--}}
Dashboard
{{ __('Beranda') }}
@if (Auth::user()->role !== 'Admin')
Edukasi
{{ __('Absensi') }}
{{ __('Post Test') }}
@endif
@if (Auth::user()->role === 'Admin')
Menu
{{ __('Post Test') }}
{{ __('Absensi') }}
{{ __('Sertifikat') }}
@endif @if (Auth::user()->role === 'Admin')
Manajemen
Admin
User
@endif
Profile
@if (Auth::user()->role !== 'Admin')
Sertifikat
Riwayat Saya
@endif
@if (session('success'))
{{ session('success') }}
@endif @yield('content')
@yield('scripts')