This commit is contained in:
lizandrogd
2023-07-26 11:39:04 -05:00
parent c100a2acd6
commit 0e980ab00a
2 changed files with 28 additions and 0 deletions
@@ -96,6 +96,7 @@
<th class="font-normal w-1/12 pl-[1rem] sm:pr-[2rem]">Contraseña de perfiles</th>
<th class="font-normal w-1/12 pl-[1rem] sm:pr-[2rem]">URL</th>
<th class="font-normal w-1/12 pl-[1rem] sm:pr-[2rem]">Renovación</th>
<th class="font-normal w-1/12 pl-[1rem] sm:pr-[2rem]">Precio</th>
<th class="rounded-r-lg font-normal pr-[1rem] pl-[1rem] sm:pr-[2rem] sm:pl-[2rem] w-1/11">
</th>
</tr>
@@ -165,6 +166,10 @@
</svg>
@endif
</td>
<td class="pl-[1rem] sm:pl-[2rem] text-center border-x">
{{ $servicio->precio ?? '' }}
</td>
<td class="md:pl-[2rem] md:pr-[2rem]">
<button x-on:click="openOption=!openOption">
@@ -263,6 +268,15 @@
<span class="text-red-400 text-sm ">Requerido*</span>
@enderror
</div>
<div class="mb-4">
<label for="precio"
class="block text-gray-700 text-sm font-bold mb-2">Precio:</label>
<input type="tel" id="precio" wire:model="precio"
class="border-2 border-neutral-200 rounded-[0.8rem] shadow apperance-none focus:border-neutral-300 focus:ring-0 w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
@error('precio')
<span class="text-red-400 text-sm">Requerido*</span>
@enderror
</div>
<div class="my-2 border-y">
<label for="perfiles" class=" text-gray-700 text-sm font-bold mb-2 ">Mostrar perfiles</label>
@@ -422,6 +436,15 @@
<span class="text-red-400 text-sm">Requerido*</span>
@enderror
</div>
<div class="mb-4">
<label for="precio"
class="block text-gray-700 text-sm font-bold mb-2">Precio:</label>
<input type="tel" id="precio" wire:model="precio"
class="border-2 border-neutral-200 rounded-[0.8rem] shadow apperance-none focus:border-neutral-300 focus:ring-0 w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
@error('precio')
<span class="text-red-400 text-sm">Requerido*</span>
@enderror
</div>
<div class="my-2 border-y">
<label for="perfiles" class=" text-gray-700 text-sm font-bold mb-2 ">Mostrar perfiles</label>
<input type="checkbox" name="perfiles" id="perfiles" wire:model="perfiles">