@props([ 'label' => 'Total', 'value' => '0', 'badgeClass' => 'bg-light-primary border border-primary', 'badgeIcon' => 'ti ti-trending-up', 'badgeText' => '0%', 'noteHtml' => '', ])
{{ $label }}

{{ $value }} {{ $badgeText }}

@if ($noteHtml)

{!! $noteHtml !!}

@endif