I'm just guessing.... the default view rendered with Tailwind CSS, it may causing the views rendered incorrectly
for bootstrap: https://laravel.com/docs/8.x/pagination#using-bootstrap
Hello , since I upgraded to Laravel 8 I have that bug : I got a search box and I paginate the results and if the limit is above the search result count than it shows nothing but when the limit is below the result I got the result displayed ... same code works on a Laravel 7 . When I put get() insdeaf of ->paginate(150); then it is ok I see everything.
{!! $items->render() !!}
have u seen this ?
Please or to participate in this conversation.