@props([ 'icon' => 'search', 'title' => 'No results found', 'description' => 'Try changing your filters or search term.', 'action' => null, ])
merge(['class' => 'rounded-lg border border-dashed border-booklio-border bg-white p-8 text-center shadow-card']) }}>

{{ $title }}

{{ $description }}

@if ($action)
{{ $action }}
@endif