//方法一 return view('home.user')->with('datas', $datas); //方法二 return view('home.user.my-indent',compact('datas'));