@props([ 'label', 'count', 'href', 'description', 'valueClass' => 'text-gray-900', ])

{{ $label }}

@if ($count > 0) {{ number_format($count, 0, ',', '.') }}

Ver lista →

@else

{{ number_format($count, 0, ',', '.') }}

@endif

{{ $description }}