pianello-api/resources/views/components/base/pagination/index.blade.php
Ale Gallo 96c0bfb8ce Committing laravel (part 5)
committing blade templating files and components that might come in handy
2023-11-10 16:41:20 +01:00

5 lines
184 B
PHP

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