firstOrFail(); $timeline = $user->statuses()->orderBy('id','desc')->paginate(10); return view('profile.show', compact('user', 'timeline')); } }