@props([ 'id' => null, 'title' => null 'icon' => null, 'description' => null, 'shadow' => false, 'dismissable' => false ])
whereDoesntStartWith('class') }} {{ $attributes->class(['alert rounded-md', 'shadow-md' => $shadow])}} x-data="{ show: true }" x-show="show" > @if($icon) @endif @if($title)
$description])>{{ $title }}
{{ $description }}
@else {{ $slot }} @endif
{{ $actions }}
@if($dismissible) @endif