@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(!empty($banner->getData('banner_image'))) @else {{lang('communities_banner_alt_keywords')}} @endif

{{lang('communities')}}

{{lang('communites_page__our')}}

{{lang('communites_page__communities_title')}}
@include('frontend.layouts.social')
@if(!empty($communityList) && $communityList->isNotEmpty()) @php $communityArr=$communityList->chunk(2); @endphp
@foreach($communityArr as $list) @endforeach
@include('frontend.partials.marquee')
@endif
@stop @section('scripts') @parent @stop