update ver tarifas
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user