user(); $activeTokenCount = $member->tokens() ->where(fn ($query) => $query->whereNull('expires_at')->orWhere('expires_at', '>', now())) ->count(); return view('earn-panel.dashboard', compact('member', 'activeTokenCount')); } }