{{-- Livewire's simple and cursor paginator, drawn in M3: previous and next as outlined buttons. The name is `simple-material`; Livewire resolves `livewire::simple-` . config ('livewire.pagination_theme') to find it, which the provider sets to `material` while it still reads as Livewire's own default. --}} @php if (! isset($scrollTo)) { $scrollTo = 'body'; } $scrollIntoViewJsSnippet = ($scrollTo !== false) ? << @if ($paginator->hasPages()) @endif