@props([ 'title' => null, 'description' => null, 'icon' => 'fa-solid fa-info', 'listIcon' => null, 'bgColor' => 'bg-primary', 'options' => [], 'support' => false, ])
@if ($icon) @endif @if ($title) {{ $title }} @endif
@if ($description)

{{ $description }}

@endif