@forelse ($notifications as $n)
@php($d = $n->data)
@php($status = $d['status'] ?? 'info')
@php($tone = match ($status) {
'success' => ['dot' => 'bg-success', 'ic' => 'bg-success/10 text-success'],
'warning' => ['dot' => 'bg-warning', 'ic' => 'bg-warning/10 text-warning'],
'danger' => ['dot' => 'bg-danger', 'ic' => 'bg-danger/10 text-danger'],
default => ['dot' => 'bg-primary', 'ic' => 'bg-primary/10 text-primary'],
})
@php($icon = match ($status) {
'warning' => 'clock',
'danger' => 'exclamation-triangle',
'success' => 'check',
default => 'bell',
})
@php($hasLink = ! empty($d['actions'][0]['url']))
Belum ada notifikasi
Pengingat angsuran & aktivitas penting akan muncul di sini.