auth()->user()->can(); } /** * Check if user is entrepreneur */ public static function canSeeIfUserIsEntrepreneur(): Closure { return fn () => auth()->user()->isEntrepreneur(); } }