{{-- 🔔 NOTIFIKASI REALTIME --}} @if(session('success'))
{{ session('success') }}
×
@endif @if(session('error'))
{{ session('error') }}
×
@endif
@if(auth()->check()) @if(auth()->user()->role == 'admin') @include('components.sidebar') @endif @endif
@if(auth()->check() && auth()->user()->role == 'user')
GREEN VIEW
Beranda
Rumah
Iuran
{{--
Iuran
Lihat Data Iuran
{{-- ❌ upload JANGAN di navbar
Upload Pembayaran
--}} {{--
Status Pembayaran
-- --}} {{-- 🔥 DROPDOWN PENGADUAN --}}
Pengaduan
Buat Pengaduan
Status Pengaduan
Pengumuman
{{-- PROFILE --}}
{{-- LOGOUT --}}
@csrf
@endif @yield('content')
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
@yield('scripts')