@if(!empty($communityList) && $communityList->isNotEmpty()) @php $communityArr=$communityList->chunk(2); @endphp @foreach($communityArr as $list)
@foreach($list as $row)
{{$row->getData('post_title')}}
{{$row->getData('sub_title')}}
@endforeach
@endforeach @endif