In my Profilepolicy, I have method viewAny
public function viewAny(User $user, Profile $profile){ return $user->id === $profile->user_id; }