role === 'super_admin'; } public function view(User $user, PurchaseHistory $purchaseHistory): bool { return $user->role === 'super_admin'; } }