@props([ 'title' => 'Nothing here yet', 'description' => 'There is no data to display right now.', 'icon' => null, 'actionLabel' => null, 'actionRoute' => null, ]) @php $defaultIcon = ''; @endphp
merge(['class' => 'rounded-2xl border border-dashed border-slate-300 bg-slate-50 px-6 py-12 text-center dark:border-slate-600 dark:bg-slate-800/60']) }}>

{{ $title }}

{{ $description }}

@if($actionLabel && $actionRoute)
{{ $actionLabel }}
@endif