@php $topbarModSeparator = false; $topBarAdminSeparator = false; @endphp
@if( !\Auth::guest() && \Auth::user()->is_admin === 1 ) @php $topbarAdminSeparator = true; @endphp @endif @if( $topbarAdminSeparator )
@endif @if( !\Auth::guest() && \Auth::user()->is_moderator === 1 ) @php $topbarModSeparator = true; @endphp @endif @if( $topbarModSeparator )
@endif {{-- Users --}} @if( !\Auth::guest() && \Auth::user()->can('romhackplaza', 'canSubmitEntry') ) @endif @if( !\Auth::guest() )
@include('components.notifications')
@include('components.conversations')
@endif