Modificaciones en catalogo y catalogo controller

This commit is contained in:
Bryam105
2025-12-11 09:48:51 -03:30
parent 09a4619e7f
commit 8417c19480
4 changed files with 88 additions and 52 deletions
+5
View File
@@ -47,4 +47,9 @@
<p class="text-center text-gray-600 mt-10">No hay productos disponibles.</p>
@endif
</div>
<!-- Paginación -->
<div class="w-full flex justify-center">
{{ $products->links() }}
</div>
</x-layout>