@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') @if(!empty($communityDetails) && !empty($communityDetails->communityBanner)) @foreach($communityDetails->communityBanner as $banner) @endforeach @endif {{lang('home')}} {{lang('communities')}} {{$communityDetails->getData('post_title')}} {{$communityDetails->getData('post_title')}} {{$communityDetails->getData('sub_title')}} {!!$communityDetails->getData('description')!!} @include('frontend.layouts.social') @if(!empty($communityDetails->projects) && $communityDetails->projects->isNotEmpty()) {{lang('our_projects')}} @foreach($communityDetails->projects as $project) {{$project->getData('project_title')}} {{$project->getData('project_sub_title')}} @endforeach @endif @stop @section('scripts') @parent @stop