@if (! Auth::guest())

{{ Auth::user()->name }}

{{ trans('adminlte_lang::message.online') }}
@endif
{{ Menu::sidebar() }}