@props([ 'title' => '', 'value' => 0, 'icon' => 'bx bx-trending-up', 'color' => 'primary', 'percentage' => null, 'percentageType' => 'success', 'link' => null, 'linkText' => null ])

{{ $title }}

@if($percentage)
{{ $percentage }}%
@endif

{{ $value }}

@if($link && $linkText) {{ $linkText }} @endif