Logo
HR System
@if(Auth::user()->role === 'admin') @elseif(Auth::user()->role === 'hr') @else @endif
{{ Auth::user()->full_name }}
{{ ucfirst(Auth::user()->role) }}
Dashboard @if(in_array(Auth::user()->role, ['admin','hr'])) Kandidat Posisi Karyawan Diterima @endif
{{-- === Tombol Logout di bagian bawah sidebar === --}}
@csrf