@foreach($statistics as $index => $statistic)
{{ $statistic['value'] }}
{{ $statistic['title'] }}
@if(isset($statistic['link'])) @endif
@endforeach
{{-- Desktop grid (visible on lg and up) --}}
@foreach($statistics as $statistic)
{{ $statistic['value'] }}
{{ $statistic['title'] }}
@if(isset($statistic['link'])) @endif
@endforeach