{{-- 🔔 NOTIFIKASI REALTIME --}} @if(session('success'))
{{ session('success') }}
×
@endif @if(session('error'))
{{ session('error') }}
×
@endif
@if(auth()->check()) {{-- 🔥 ADMIN --}} @if(auth()->user()->role == 'admin') @include('components.sidebar') @endif {{-- 🔥 RT --}} @if(auth()->user()->role == 'rt') @include('components.sidebar_rt') @endif @endif
@if(auth()->check() && auth()->user()->role == 'user')
{{-- LOGO --}}
GREEN VIEW
{{-- TOGGLE --}}
{{-- MENU --}}
Beranda
Rumah
Iuran
{{-- DROPDOWN --}}
Pengaduan
✍️ Buat Pengaduan
📊 Status Pengaduan
{{--
Pengumuman
--}}
🌙
{{-- PROFILE --}}
{{ auth()->user()->name }}
{{-- LOGOUT --}}
@csrf
@endif @yield('content')
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
@yield('scripts')