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

{{ $title }}

@endif @if ($description)

{{ $description }}

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