@props([ 'id', 'title', 'description' => null, ]) @php $titleId = $id.'-title'; $descriptionId = $id.'-description'; @endphp

{{ $title }}

@if ($description)

{{ $description }}

@endif
{{ $slot }}