TF

{{ $appSetting->app_display_name }}

{{ auth()->user()?->dashboardTitle() ?? $appSetting->service_name }}

@auth
Dashboard @if (auth()->user()->hasAnyRole(['student', 'siswa', 'calon-siswa'])) Exam Portal @endif @if (auth()->user()->hasAnyRole(['super-admin', 'admin'])) Admin Cohort @endif @if (auth()->user()->hasAnyRole(['proctor', 'panitia'])) Proctor Cohort @endif @if (auth()->user()->hasAnyRole(['content-author', 'guru'])) Author @endif @if (auth()->user()->hasRole('scorer')) Scoring Result @endif
@endauth
@auth

{{ auth()->user()->primaryRoleName() ?? 'guest' }}

{{ auth()->user()->name }}

@if (Route::has('profile.edit')) Profile @endif
@csrf
@endauth
@auth
Dashboard @if (auth()->user()->hasAnyRole(['super-admin', 'admin'])) Cohort & Assignment @endif @if (auth()->user()->hasAnyRole(['proctor', 'panitia'])) Cohort & Assignment @endif @if (auth()->user()->hasRole('scorer')) Publish Result @endif @if (Route::has('profile.edit')) Profile @endif
@csrf
@endauth