@props([ 'title' => 'Tiada data', 'description' => null, ])
merge(['class' => 'flex flex-col items-center justify-center rounded-xl border border-dashed border-gray-300 bg-slate-50/80 px-6 py-14 text-center']) }}>

{{ $title }}

@if ($description)

{{ $description }}

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