I have added pagination in controller and included in view page.
$query=$query->pagination(10);
return view('layouts.home',['users'=>$query]);
This pagination shows as << 1 2 >>
I want to change << to < and >> to >. How can I change the arrow in laravel 5.3
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire