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

{{ $stat['title'] }}

@if($stat['icon'])
@endif
{{ $stat['value'] }}
@if($stat['trend_icon'] === 'up') @elseif($stat['trend_icon'] === 'down') @endif {{ $stat['description'] }}
@if($stat['chart'])
@endif
@endforeach