@props(['label', 'value', 'icon' => null, 'trend' => null, 'trendUp' => null])

{{ $label }}

{{ $value }}

@if($trend)

@if($trendUp) @else @endif {{ $trend }}

@endif
@if($icon)
@endif