{{ __($section['title']) }}
{{ __($section['subtitle']) }}
@if (!empty($section['metrics']))
@foreach ($section['metrics'] as $metric)

{{ __($metric['label']) }}

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

@endforeach
@endif