middleware('auth'); } public function store(User $user) { return auth()->user()->following()->toggle($user->profile); } }