コード例 #1
0
 public function index()
 {
     $datas = Modvel::orderBy('id', 'desc')->get();
     return view("Modvel::" . $this->theme . ".index")->with('datas', $datas);
 }
コード例 #2
0
 public function index()
 {
     $datas = Modvel::orderBy('id', 'desc')->get();
     return $datas;
 }