Ejemplo n.º 1
0
 public function index()
 {
     return View::make("admin.tv.package.index", ['items' => TvPackage::all()]);
 }