Answer the question
In order to leave comments, you need to log in
How to display the total number of posts during pagination?
Tell me how to display the number of records on the view in the users database?
public function index() {
$users = User::paginate(5);
return view('test', compact('users'))-> ... ;
}
Answer the question
In order to leave comments, you need to log in
Each paginator instance provides additional pagination information via the following methods:
...
https://laravel.com/docs/5.4/pagination#paginator-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question