orderBy('updated_at', 'desc')->get(); return inertia('Home/Index/Index', [ 'infos' => $infos, ]); } }