Ejemplo n.º 1
0
 public static function filterAndPaginate($name)
 {
     return Tax::name($name)->orderBy('name', 'ASC')->paginate();
 }