Retornar uma linha única da Eloquente All Collection Laravel

$user = User::all();

$found = $user->find($id);
KingUche