Example #1
0
 public static function filtroAndPaginacion($name)
 {
     return Recurso::nombre($name)->orderBy('id', 'asc')->paginate(15);
 }