$type === 'success',
'bg-custom-red-50 text-custom-red-800 border border-custom-red-200' => $type === 'error',
'bg-custom-blue-50 text-custom-blue-800 border border-custom-blue-200' => $type === 'info',
])
role="alert"
>
@if ($type === 'success')
@elseif ($type === 'error')
@else
@endif
{{ $message }}