@props(['title', 'description' => '', 'icon' => null])

@if ($icon) @endif {{ $title }}

@if ($description)

{{ $description }}

@endif
{{ $slot }}