$rounded, 'border-l-4 border-' . $color . '-400' => $border, 'bg-' . $color . '-50' => $color != 'green', 'bg-' . $color . '-100' => $color == 'green', 'p-4 my-4', ]) x-data >
@if ($title)

{!! $title !!}

@endif @if ($description || $list)

{!! $description !!}

@if ($list)
    @foreach ($list as $message)
  • {!! $message !!}
  • @endforeach
@endif
@endif @if ($message)

{!! $message !!}

@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