Fix: updated pagination page to display empty data gracefully

This commit is contained in:
Kwesi Banson Jnr 2026-03-11 08:11:23 +00:00
parent 3b5962ee5b
commit 42244b6c4b

View File

@ -84,13 +84,14 @@
<?php endif; ?>
</tbody>
</table>
<?php if (count($items) > 1): ?>
<div class="float-end pb-2" >
Showing {{ $items->currentPage() }} of {{ $items->lastPage() }} pages | {{ $items->total() }} records
</div>
<div class="d-flex justify-content-centerw">
{{ $items->links() }}
</div>
<?php endif; ?>
</div>
</div>