@props(['title', 'subtitle' => null, 'icon' => 'fa-gauge-high'])

{{ __($title) }}

@if($subtitle)

{{ __($subtitle) }}

@endif