@props(['title', 'description' => null, 'icon' => null])
@if($icon)
{!! $icon !!}
@else @endif

{{ $title }}

@if($description)

{{ $description }}

@endif @if(isset($action))
{{ $action }}
@endif