@props(['type' => 'success', 'message' => null]) @if ($message) @php [$classes, $icon] = match ($type) { 'error' => ['bg-rose-50 text-rose-700 ring-rose-200', 'alert'], default => ['bg-emerald-50 text-emerald-700 ring-emerald-200', 'check-circle'], }; @endphp