@props(['title' => '', 'subtitle' => '', 'icon' => '', 'color' => 'primary', 'value' => '', 'class' => ''])
@if($icon) @endif @if($value)

{{ $value }}

@endif @if($title) {{ $title }} @endif @if($subtitle)
{{ $subtitle }} @endif