SMART PENJAJA

MAJLIS BANDARAYA ISKANDAR PUTERI

Log Masuk
@csrf
@php $carousels = \App\Models\GambarCarousel::aktif()->get(); @endphp
@php $pengumumanAktif = \App\Models\Pengumuman::aktif()->get(); @endphp @if ($pengumumanAktif?->count())

Berita & Pengumuman

    @foreach ($pengumumanAktif as $p)
  • 📢 {{ $p->keterangan }}
  • @endforeach
@endif