public static function isWhiteLabel() { if (Utils::isNinjaProd()) { return false; } $account = \App\Models\Account::first(); return $account && $account->hasFeature(FEATURE_WHITE_LABEL); }