@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') @if(!empty($banner->getData('banner_image'))) @else @endif {{lang('communities')}} {{lang('communites_page__our')}} {{lang('communites_page__communities_title')}} {{lang('all')}} @if(!empty($locationList) && $locationList->isNotEmpty()) @foreach($locationList as $location) {{$location->getData('post_title')}} @endforeach @endif @include('frontend.layouts.social') @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 @include('frontend.partials.marquee') @endif @stop @section('scripts') @parent @stop