Overview
@php $count = count($metrics); $column = 4; if ($count % 4 == 0) { $column = 3; } if ($count == 2) { $column = 12; } @endphp @foreach ($metrics as $item )

{{$item['value']}}

{{$item['title']}}

@endforeach