{{ site_branding('header', ['panel' => 'back', 'class' => 'd-xl-none']) }}
@if (!empty(fun_facts()))
{{ __('Fun Fact!') }}
{{ __('You have :num :text.', fun_facts()) }}
@endif
{{ __('Admin') }}
{{ auth()->user()->display_name ?? '' }}
{!! user_avatar(auth()->user()) !!}
{{ auth()->user()->display_name }}
{{ auth()->user()->email }}
{{ __('View Profile') }}
{{ __('Account Setting') }}
{{ __('Login Activity') }}
@if (gss('ui_theme_mode_admin') == 'both')
{{ __("Dark Mode") }}
@endif
{{ __('Sign out') }}
@csrf