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

{{ $subtitle }}

@endif
@if($value)

{{ $value }}

@endif @if($icon) @endif