Ejemplo n.º 1
0
 public function index()
 {
     $datas = Modvel::orderBy('id', 'desc')->get();
     return view("Modvel::" . $this->theme . ".index")->with('datas', $datas);
 }
Ejemplo n.º 2
0
 public function index()
 {
     $datas = Modvel::orderBy('id', 'desc')->get();
     return $datas;
 }