@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@endif

{{$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) @endforeach
@endif
@stop @section('scripts') @parent @stop