@if(Auth::user()->profile_image) Logo @else
{{ substr(Auth::user()->name, 0, 1) }}
@endif
{{ Auth::user()->name}} {{-- Pro --}}
{{ Auth::user()->email }}
My Profile
{{--
Mode {!! getIcon('night-day', 'theme-light-show fs-2') !!} {!! getIcon('moon', 'theme-dark-show fs-2') !!} @include('partials/theme-mode/__menu')
--}}
Sign Out