@props(['label' => '', 'value' => '', 'icon' => 'bi-graph-up', 'trend' => null])
merge(['class' => 'stat-card']) }}>
{{ $label }}
{{ $value }}
@isset($trend)
{{ $trend }}
@endisset