@if (Gate::allows('is-restricted'))
@else
@if (Gate::allows('user-mode'))
@if (Gate::allows('is-supervisor') || Gate::allows('is-editor'))
@endif
@elseif (Gate::allows('admin-mode'))
@endif
@endif