@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