Laravel

Laravel Pagination is showing weird arrows

Pinterest LinkedIn Tumblr

Here is official document that talk about it. You can check it

Inside AppServiceProvider

use Illuminate\Pagination\Paginator;

public function boot()
{
    Paginator::useBootstrap();
}


Doc: https://laravel.com/docs/8.x/pagination#using-bootstrap