@props([
'collapsible' => false,
'description' => null,
'label' => null,
'title',
])
class([
'flex w-full items-center gap-x-3 bg-gray-50 px-3 py-2 dark:bg-white/5 sm:px-6',
'cursor-pointer' => $collapsible,
])
}}
>
@if ($collapsible)
@endif
@if (filled($label))
{{ $label }}:
@endif
{{ $title }}
@if (filled($description))
{{ $description }}
@endif