@props(['title', 'description' => null, 'icon' => 'chart-bar'])
merge(['class' => 'text-center py-12']) }}>

{{ $title }}

@if($description)

{{ $description }}

@endif @if($slot->isNotEmpty())
{{ $slot }}
@endif