Laravel 8 Pagination UI Masalah

use Illuminate\Pagination\Paginator;

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