logo
Your organization
@can('is-super-admin') Super Admin Dashboard @endcan
@if(auth()->user()->profile_picture) HDR @else {{ Str::upper(Str::substr(auth()->user()->name ?? '', 0, 1) . Str::substr(auth()->user()->surname ?? '', 0, 1)) }} @endif
@if(auth()->user()->profile_picture) HDR @else {{ Str::upper(Str::substr(auth()->user()->name ?? '', 0, 1) . Str::substr(auth()->user()->surname ?? '', 0, 1)) }} @endif
{{auth()->user()->name}} {{auth()->user()->email}}
Pro
My Profile
user()->invited === 1) href="{{route('guest-logout')}} @else href="{{route('logout')}}@endif"> Log out