Pagination wired Arrows
Inside AppServiceProvider
use Illuminate\Pagination\Paginator;
public function boot()
{
Paginator::useBootstrap();
}
or $posts->links('pagination::bootstrap-4')
Comments
Post a Comment