promociones validadas
This commit is contained in:
@@ -448,7 +448,7 @@
|
||||
<label for="imagen_categoria"
|
||||
class="text-white bg-[#B221FD] hover:bg-[#7a02b8] px-3 py-1 rounded-md cursor-pointer">Subir
|
||||
img</label>
|
||||
<input type="file" accept="image" id="imagen_categoria" wire:model="categoria_photo"
|
||||
<input type="file" accept="image" id="imagen_categoria" wire:model="categoria_photo"
|
||||
class="hidden border-2 border-neutral-200 rounded-[0.8rem] shadow apperance-none focus:border-neutral-300 w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
|
||||
</div>
|
||||
<div>
|
||||
@@ -456,7 +456,7 @@
|
||||
@if ($categoria_photo)
|
||||
<img src="{{$categoria_photo->temporaryUrl()}}" alt="" class="rounded-xl border-2 border-neutral-200 shadow-md w-28 h-20">
|
||||
@endif
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -808,10 +808,10 @@
|
||||
<label for="cantidad_comprarPromo"
|
||||
class="block text-gray-700 text-sm font-bold mb-2">Cantidad:</label>
|
||||
<input type="number" id="cantidad_comprarPromo" min="1"
|
||||
wire:model="cantidad_comprarPromo"
|
||||
wire:model="cantidad_comprarPromo" name="cantidad_comprarPromo"
|
||||
class="border-2 border-neutral-200 rounded-[0.8rem] shadow apperance-none focus:border-neutral-300 w-1/2 py-2 px-3 focus:ring-0 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
|
||||
@error('cantidad_comprarPromo')
|
||||
<span class="text-red-400 text-sm ">Requerido*</span>
|
||||
<span class="text-red-400 text-sm block">Requerido*</span>
|
||||
@enderror
|
||||
</div>
|
||||
</div>
|
||||
@@ -1037,13 +1037,13 @@
|
||||
@endswitch
|
||||
@endif
|
||||
@endif
|
||||
@endforeach
|
||||
@endforeach
|
||||
*Usuario:* {{ $cuenta->correo }}
|
||||
*Contraseña:* {{ $cuenta->password }}
|
||||
@endif
|
||||
@endforeach
|
||||
|
||||
|
||||
|
||||
|
||||
</textarea>
|
||||
<div class="w-full text-center">
|
||||
|
||||
Reference in New Issue
Block a user