Skip to content

Instantly share code, notes, and snippets.

@rchl2
rchl2 / simple-default.blade.php
Last active April 7, 2024 16:02
Tailwind CSS simple pagination template for Laravel
@if ($paginator->hasPages())
<ul class="pagination flex justify-between mx-4 mt-4 list-reset text-white font-bold">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="disabled">
<span class="button bg-transparent border border-brown py-2 px-4 rounded opacity-50 cursor-not-allowed">@lang('pagination.previous')</span>
</li>
@else
<li>