@if(Auth::check()) {{-- --}} @if(data_get($uiConfigs ?? null, 'showUserName', true)) Hi {{auth()->user()->name ?? ''}} @endif @if($extra_btn) {!! $extra_btn !!} @endif {{-- --}} @else @if(config('sys.is_show_nav_logo')) {{-- style="position: absolute; left:50%;top: 50%; transform: translate(-50%,-50%);">--}} {{-- --}} @endif @endif