@forelse($pengumumanList as $p)
@php
$tipeConfig = [
'info' => ['border-blue-200 bg-blue-50/40', 'bg-blue-100 text-blue-600', 'bg-blue-500', '💬 Informasi'],
'success' => ['border-green-200 bg-green-50/40', 'bg-green-100 text-green-600', 'bg-green-500', '✅ Kabar Baik'],
'warning' => ['border-yellow-200 bg-yellow-50/40','bg-yellow-100 text-yellow-700','bg-yellow-500','⚠️ Peringatan'],
'danger' => ['border-red-200 bg-red-50/40', 'bg-red-100 text-red-600', 'bg-red-500', '🚫 Penting'],
];
$cfg = $tipeConfig[$p->tipe] ?? $tipeConfig['info'];
@endphp
Belum ada pengumuman
Buat pengumuman pertama untuk pelanggan Anda