{{-- 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" on a phone. The package puts this in front of `pagination::tailwind` (config `livewire-material.pagination`). --}} @php $step = 'grid size-10 place-items-center rounded-corner-full type-label-lg tabular-nums'; $live = $step.' state-layer focus-ring text-on-surface'; $dead = $step.' text-on-surface/38'; @endphp @if ($paginator->hasPages()) @endif