@props([ 'color' => 'success', 'closable' => false, ])
$color == 'success', 'bg-danger text-red-50' => $color == 'danger', 'bg-warning text-yellow-50' => $color == 'warning', 'bg-info text-blue-50' => $color == 'info', 'bg-primary text-white' => $color == 'primary', 'bg-secondary text-gray-800' => $color == 'secondary', ])>
$closable, ])>{{ $slot }}
@if ($closable) @endif