{{ __tr('Dashboard') }} @if(session('loggedByVendor')) {{ __tr('You (__userFullName__) are logged to this user account , click here to go back to your account', [ '__userFullName__' => session('loggedByVendor.name') ]) }} @elseif(session('loggedBySuperAdmin')) {{ __tr('You (__userFullName__) are logged to this vendor admin account , click here to go back to super admin section', [ '__userFullName__' => session('loggedBySuperAdmin.name') ]) }} @endif
    @if(hasVendorAccess('messaging'))
  • @endif
  • @include('layouts.navbars.locale-menu')
  • {{ getUserAuthInfo('profile.full_name') }}
    {{ __tr('Welcome __firstName__', [ '__firstName' => getUserAuthInfo('profile.first_name') ]) }}
    {{ __tr('My Profile') }}
    {{ __tr('Logout') }}