$rounded, 'border-l-4 border-' . $color . '-400' => $border, 'bg-' . $color . '-50', 'p-4', ]) x-data >

{{ $title }}

{{ $description }}

@if ($list)
    @foreach ($list as $message)
  • {{ $message }}
  • @endforeach
@endif
@if ($actions)
@foreach ($actions as $action) @if ($action['type'] == 'button') @else ! $loop->first, 'rounded-md', 'bg-' . $color . '-50', 'px-2 py-1.5', 'text-sm font-medium', 'text-' . $color . '-800 hover:bg-' . $color . '-100', 'focus:outline-none focus:ring-2', 'focus:ring-' . $color . '-600', 'focus:ring-offset-2', 'focus:ring-offset-' . $color . '-50', ]) > {{ $action['text'] }} @endif @endforeach
@endif
@if ($dismiss)
@endif