Grouped Item List@foreach($grouped as $group => $rows){{ $group }}@foreach($rows as $row){{ $row['code'] }}{{ $row['title'] }}@endforeach@endforeach