{{-- ================================================================ FILE: resources/views/layouts/topbar.blade.php ================================================================ --}} {{-- USER MENU --}} @if(auth()->check() && auth()->user()->photo) @else {{ strtoupper(substr(auth()->user()->name ?? 'U', 0, 2)) }} @endif {{ auth()->user()->name ?? 'Guest' }} {{ ucfirst(auth()->user()->role ?? '') }} {{-- Profile summary --}} {{ strtoupper(substr(auth()->user()->name ?? 'U', 0, 2)) }} {{ auth()->user()->name ?? 'Guest' }} {{ ucfirst(auth()->user()->role ?? '') }} {{-- Menu items --}} Profil Saya @csrf Keluar