{!! Theme::section('layouts.features-menubar') !!}
@endif
@php
$trialEndingHtml = null;
if (\Auth::check() && $community->user_id == \Auth::id()) {
$trialEndingHtml = $community->present()->showTrialEnding();
}
@endphp
@if($trialEndingHtml)
{!! $trialEndingHtml !!}
@endif
{{-- {!! Theme::section('community.plan-payment') !!} --}}
{!! $content !!}
{!! Theme::section('community.page.history') !!}