@props(['title' => null, 'description' => null])
merge(['class' => 'rounded-lg border border-booklio-border bg-white p-5 shadow-card']) }} data-booklio-filter-panel> @if ($title || $description)
@if ($title)

{{ $title }}

@endif @if ($description)

{{ $description }}

@endif
@endif
{{ $slot }}