Merge branch 'bryam' of https://github.com/BryamE/ProyectoLauck into bryam

This commit is contained in:
BryamE
2025-12-11 13:03:52 -03:00
4 changed files with 87 additions and 49 deletions
+5
View File
@@ -48,4 +48,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>