@props(['title', 'description' => null, 'icon' => 'fa-grid-2'])

{{ __($title) }}

@if($description)

{{ __($description) }}

@endif