@props([ 'title' => '', 'description' => null, ])
merge(['class' => 'text-center py-10']) }}>
{{ $title }}
@if ($description)

{{ $description }}

@endif @isset ($action)
{{ $action }}
@endisset