public static function filtroAndPaginacion($name) { return Estado::nombre($name)->orderBy('id', 'asc')->paginate(15); }