update ver tarifas

This commit is contained in:
Felipe
2024-01-23 10:42:36 -05:00
parent f466b38baa
commit 82de69e854
6 changed files with 41 additions and 42 deletions
@@ -59,8 +59,7 @@
wire:click="consultaTarifa({{ $servicio1 }})">
<img src="{{ asset($servicio1->img) }}"
class="w-full m-auto rounded-lg object-cover h-full object-center shadow"
alt="">
<!--p>{{ $servicio1->nombre }}</p-->
alt="imagen de {{ $servicio1->nombre }}">
</button>
</td>
@endforeach
@@ -391,7 +390,7 @@
@php
$n = 0;
@endphp
@foreach ($cuentas->cuentas->unique() as $cuenta)
@php
$n++;
@@ -565,7 +564,7 @@
*Usuario:* {{ trim($cuenta->correo) }}
*Contraseña:* {{ trim($cuenta->password) }}
@endforeach
</textarea>