Skip to content
Discussion options

You must be logged in to vote
  1. First solution can be publishing vendor views then removing that part of the view.
  • Run php artisan vendor:publish
  • Enter the number left side of the Provider: Illuminate\Pagination\PaginationServiceProvider
  • After that you can see bootstrap-5.blade.php under resources/views/vendor/pagination
  • Then edit the views as you like.
  1. You can add simple css like
    .text-muted { display: none; }

Or you may add selector from this div's parent element.
However, it may effect other elements that has "text-muted"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mowangjuanzi
Comment options

Answer selected by mowangjuanzi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants