1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 3 3 3
queden asi
1 2 3
1 2 3
1 2 3
1 2 3
1 2 3
1 2
1
1
1
1
1
este es mi codigo
Código PHP:
Ver original
<?php $area=''; $i = 0; ?> @foreach ($volcanes as $volcan) @if ($area != $volcan->observatorio_id) <?php $area = $volcan->observatorio_id; ?> @endif <div class="row"> <div class="col-md-2"> {!! $area !!} </div> </div> <?php $i++; ?> @endforeach <br> <strong>{{ $i }}</strong>