@if (Auth::user()->role == 'admin')
{{ __('Dashboard') }}
{{ __('Kelola Pendaftaran') }}
{{ __('Kelola Informasi') }}
{{ __('Kelola Data Kelas') }}
{{ __('Kelola Data Guru') }}
{{ __('Kelola Pengguna') }}
@endif
@if (Auth::user()->role == 'siswa')
{{ __('Dashboard') }}
{{ __('Pendaftaran') }}
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}