cambios imagenes en el catalogo, permisos al empleado para que pued agregar clientes y arreglos en la vista del report

This commit is contained in:
gianella
2026-06-12 13:09:25 -03:00
parent 8ed7abc5fe
commit eab0698979
5 changed files with 54 additions and 35 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
{{-- Imagen si existe --}}
@if (!empty($product->image_path))
<img src="{{ asset('storage/' . $product->image_path) }}" alt="{{ $product->name }}"
class="w-full h-40 object-cover rounded mb-4">
class="w-full h-40 object-contain bg-white p-2 rounded mb-4">
@else
<div class="w-full border border-neutral-200 dark:border-neutral-800 h-40 bg-stone-200 dark:bg-stone-900 flex items-center justify-center rounded mb-4">
<span class="text-lime-800 dark:text-neon-lime text-md uppercase font-bold">Sin imagen</span>