I used simple Laravel pagination command of {{$blogs->links()}} for blog post but showing errors. After research, I put as an argument on the "links" method, a version of Bootstrap which works right:
$posts->links('pagination::bootstrap-4')
Thank you so much!!
Let me quote from the DOC
If you want to use bootstrap as your default paginator style
Add to your
App\Providers\AppServiceProvider:Take a look at the doc for more details