CAMBIO: Creado un README.md para seguir el progreso del proyecto, en el mismo se pueden ver funciones que faltan implementar y/o mejoras utiles para el sistema.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="w-full max-w-5xl">
|
<div class="w-full max-w-5xl">
|
||||||
|
|
||||||
@if ($products->count() > 0)
|
@if ($products->count() > 0)
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6">
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||||
@foreach ($products as $product)
|
@foreach ($products as $product)
|
||||||
<div class="group p-4 border border-neutral-800 rounded-xl hover:border-neon-lime hover:-translate-y-1 transition-all duration-300">
|
<div class="group p-4 border border-neutral-800 rounded-xl hover:border-neon-lime hover:-translate-y-1 transition-all duration-300">
|
||||||
{{-- Imagen si existe --}}
|
{{-- Imagen si existe --}}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
{{--
|
||||||
|
DEPRECADO: Este componente ha sido reemplazado por layout.blade.php para una mejor organización.
|
||||||
@props(['auth' => false])
|
@props(['auth' => false])
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@@ -120,4 +123,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html> --}}
|
||||||
Reference in New Issue
Block a user