@props([ 'title', 'subtitle', 'image' => null, // image path (optional) 'icon' => null, // icon class (optional) 'link' => '#', 'text' => '', 'mutedText' => null, 'class' => null, ])
@if($icon) @elseif($image) img @endif

{{ $title }}

{{ $subtitle }}
{{ $text }}
@if($mutedText)
{{ $mutedText }}
@endif