isSuperAdmin(); } public function view(User $user, PurchaseHistory $purchaseHistory): bool { return $user->isSuperAdmin(); } }