Esempio n. 1
0
 public static function filtroAndPaginacion($name)
 {
     return CargoUsuario::nombre($name)->orderBy('id', 'asc')->paginate(8);
 }