@if(auth()->user()->role == 'rt') @if(request()->routeIs('rt.dashboard')) Dashboard RT @elseif(request()->routeIs('rt.penghuni')) Data Penghuni @elseif(request()->routeIs('rt.rumah')) Data Rumah @elseif(request()->routeIs('rt.iuran')) Data Iuran @elseif(request()->routeIs('layanan.index')) Layanan Pengaduan @else Panel RT @endif {{-- Notif bell (opsional kosmetik) --}} {{-- --}} {{-- Profile Dropdown --}} {{ Auth::user()->name }} {{ Auth::user()->username }} {{ Auth::user()->name }} {{ Auth::user()->username }} Edit Profile @csrf Logout @endif