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

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

@if (! empty($description))

{!! __($description) !!}

@endif
@if (isset($slot) && ! $slot->isEmpty())
{{ $slot }}
@endif