{{ $title }}

{{ $sub_title }}
@if(!empty($load_more_url)) {{ $load_more_name }} @endif
@if(!empty($rows)) @foreach($rows as $key => $row) @if($key == 0)
@include("Location::frontend.blocks.list-locations.loop")
@else @if($key == 1 || $key == 3 || $key > 4)
@endif @include("Location::frontend.blocks.list-locations.loop") @if($key == 2 || $key == 4 || (count($rows) == 2 && $key == 1) || (count($rows) == 4 && $key == 3) || $key > 4)
@endif @endif @endforeach @endif