• My Store
  • {{-- ▶ Pilot Mode (always visible to auth users, position #2) --}}
  • Pilot ModeNEW
  • @if(auth()->user()->investment->whereIn('status', [2, 3])->isNotEmpty())
  • My AI Models
  • @endif @if(auth()->user()->type == 'marketer')
  • Marketers Dashboard
  • @endif @if(auth()->user()->vendor()->exists())
  • Vendor Dashboard
  • @endif
  • My Grants
  • Deposit Funds
  • Withdraw Balance
  • Withdraw Rebates
  • @if(auth()->user()->type != 'marketer')
  • Redeem Coupon
  • @endif
  • First Generation
  • Second Generation
  • Third Generation
  • 2-Factor Auth
  • Account Settings
  • Sign Out