@props([ 'heading', 'description' => null, 'icon' => null, 'action' => null, ])
twMerge(['class' => 'flex flex-col items-center justify-center px-8 py-10 text-center']) }}> @if ($icon)
@svg($icon, 'size-5', ['aria-hidden' => 'true'])
@endif

$icon])> {{ $heading }}

@if ($description)

{{ $description }}

@endif @if ($action)
{{ $action }}
@endif