@props(['title', 'description' => null])
merge(['class' => 'flex flex-col items-center justify-center px-6 py-14 text-center']) }}>
@if (isset($icon))
{{ $icon }}
@endif
{{ $title }}
@if ($description)
{{ $description }}
@endif
@if (isset($action))
{{ $action }}
@endif