Selamat datang {{ $nama_user }}

{{-- ICON LONCENG --}}
{{-- PAKAI VARIABEL DARI CONTROLLER KAMU --}} @if($unreadCount > 0) @endif
{{ $initial_user }}
{{-- MODAL NOTIFIKASI (STYLE VISTA) --}}

Notifications

{{-- PAKAI VARIABEL DARI CONTROLLER KAMU --}} @forelse($notifications as $notif)
V.
{{ $notif->data['title'] ?? 'Update Foto Meteran' }}
{{ $notif->created_at->diffForHumans() }} {{-- TITIK BIRU JIKA BELUM DIBACA --}} @if(is_null($notif->read_at)) @endif

{{ $notif->data['message'] ?? 'Status foto meteran Anda telah diperbarui.' }}

@empty

Tidak ada notifikasi baru.

@endforelse
{{-- KODE TAGIHAN --}} @if($tagihan)

Tagihan Bulan Ini

Rp {{ $tagihan['total'] }}

Jatuh Tempo: {{ $tagihan['jatuh_tempo'] }}

@else

Semua Tagihan Lunas!

Anda tidak memiliki tagihan aktif untuk bulan ini.

@endif {{-- KODE BERITA --}}

Berita & Pengumuman

@forelse($news as $item)
@if($item->image) {{ $item->title }} @else No Image @endif
{{ Str::limit($item->title, 35, '...') }}

{{ Str::limit($item->content, 40, '...') }}

@empty

Belum ada berita terbaru.

@endforelse
{{-- AKSES CEPAT --}}

Akses Cepat