middleware('auth'); } public function yearInReview() { $profile = Auth::user()->profile; return view('account.yir', compact('profile')); } }