@if(count($listStores) > 0) @foreach($listStores as $initName => $stores) @if(($count % 2 != 0))
@endif @if(($count % 2 == 0))
@endif @endforeach @endif @if(is_object($stores))
@foreach($stores as $detail) @endforeach
@endif