@props([ 'cols' => 1, 'rows' => 1, 'icon' => null, 'title' => null, 'link' => null, 'linkLabel' => null, 'danger' => null, 'warning' => null, 'success' => null, 'target' => null, 'wrapperClass' => '', ])
except('class') }}> @if ($icon || $title)
@if ($icon)
@endif @if ($title)

{{ $title }}

@endif
@endif
{{ $slot }}
@if ($link)
{{ $linkLabel ?? __mc('Learn more') }} @endif