pianello-api/resources/views/components/base/pagination/index.blade.php

6 lines
184 B
PHP
Raw Permalink Normal View History

<nav {{ $attributes->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
<ul class="flex w-full mr-0 sm:mr-auto sm:w-auto">
{{ $slot }}
</ul>
</nav>