@if($community->isOwner()) {!! Theme::section('community.page.members-list-menubar', ['direct' => '5']) !!} @endif
{{$community->title}} {{trans('organizationdashboard.community-members')}}
@if($community->isOwner())

Current Corporate Users: {{$community->countMembers()+1}}/{{$community->present()->getAllowedMembersInPlan()}}

@if($community->present()->canAddExtraMembers())

Click here to add more corporate users @${{$community->present()->extraMembersAddPrice()}}/month per user

@else

Upgrade your plan to increase the limit

@endif
@endif
@if($community->isOwner()) @endif
{!! $members->appends(request()->except('page'))->render() !!}