I have a foreach loop and inside that contains html with bootstrap columns.
@foreach($address as $add) Some data
Use the $loop variable:
@foreach($address as $add) Some data @if ($loop->iteration % 2 == 0) @endif @endforeach