@props(['type' => 'success', 'message']) @php $classes = match($type) { 'success' => 'bg-green-50 border-green-400 text-green-800', 'error' => 'bg-red-50 border-red-400 text-red-800', 'warning' => 'bg-yellow-50 border-yellow-400 text-yellow-800', default => 'bg-blue-50 border-blue-400 text-blue-800', }; @endphp

{{ $message }}