'Laravel pagination bootstrap broken?

I have been trying to find a fix for this problem.

I have included use Illuminate\Pagination\Paginator; in my AppServiceProvider and added Paginator::useBootstrap(); in my public function boot().

enter image description here

It comes out like the image above. Is anyone encountering this as well? Any help would be greatly appreciated.



Solution 1:[1]

are you using laravel/ui? if yes did you install the npm packages and compile them?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Riyan Dharne