{{$title}}

@if(!empty($rows)) @foreach($rows as $key=>$row) @php $class = "col-md-6 col-xl-3 mb-3 mb-md-4"; if($key == 0){ $class = "col-md-6 mb-3 mb-md-4"; } @endphp
@include('Location::frontend.blocks.list-locations.loop')
@endforeach @endif