@props(['stats' => []])
@foreach($stats as $stat)

{{ number_format($stat['value'] ?? 0, 0, ',', '.') }}

{{ __($stat['label'] ?? '') }}

@endforeach