first(); if (!$user) { return view('users.notfound'); } return view('users.show', compact('user')); } }