{{-- Laravel's paginator (`$items->links()` outside Livewire), drawn in M3 as Livewire's is (resources/views/pagination/livewire/tailwind.blade.php): links instead of actions, the current page in secondary-container, "Page 2 of 7" below 600px. The package puts this in front of `pagination::tailwind` (config `livewire-material.pagination`); the name is Laravel's, the drawing resources/css/components/pagination.css. --}} @if ($paginator->hasPages()) @endif