@props([ 'title' => 'Hapus data?', 'message' => 'Data yang dihapus tidak dapat dikembalikan.', 'confirm' => null, 'close' => 'closeConfirm', 'confirmLabel' => 'Hapus', 'confirmVariant' => 'danger', 'icon' => 'trash', 'iconColor' => 'rose', ]) @php $bubbles = [ 'rose' => 'bg-rose-100 dark:bg-rose-500/10 text-rose-500', 'emerald' => 'bg-emerald-100 dark:bg-emerald-500/10 text-emerald-500', 'amber' => 'bg-amber-100 dark:bg-amber-500/10 text-amber-500', ]; $bubble = $bubbles[$iconColor] ?? $bubbles['rose']; @endphp

{{ $title }}

{{ $message }}

Batal {{ $confirmLabel }}