@if($community->present()->isAdmin())
@if(\Auth::user()->id != $user->id and $user->id != $community->user_id)
{{trans('global.remove')}}
@endif
@if($user->id != $community->user_id and $community->isOwner())
|
@if($community->present()->isModerator($user->id))
{{trans('community.remove-mod')}}
@else
{{trans('community.assign-mod')}}
@endif
@if($community->present()->canHaveCrmAccess())
|
@if($member->crm_access==1)
Deactivate CRM
@else
Activate CRM
@endif
@endif
|
@endif
Show posts on social Media
@if($user->id != $community->user_id)
show_posts==1) checked="checked" @endif />
@else
show_posts==1) checked="checked" @endif />
@endif
@if($community->present()->canAskQuestion()==1)
Ask me on Internal Blog
ai_access_internal==1) checked="checked" @endif @else data-id="0" readonly="readonly" disabled="disabled" checked="checked" @endif data-type="internal" data-url="{{$community->present()->url('need-ask-me-setting')}}" />
Ask me on Social Blog
ai_access_external==1) checked="checked" @endif @else data-id="0" readonly="readonly" disabled="disabled" checked="checked" @endif data-type="external" data-url="{{$community->present()->url('need-ask-me-setting')}}" />