@foreach($this->getStats() as $stat)

{{ $stat['title'] }}

@if($stat['icon'])
@endif
{{ $stat['value'] }}
{{ $stat['description'] }}
@if($stat['chart'])
@endif
@endforeach