diff --git a/resources/views/livewire/show-servicios.blade.php b/resources/views/livewire/show-servicios.blade.php index 9978b2f..38b75a9 100755 --- a/resources/views/livewire/show-servicios.blade.php +++ b/resources/views/livewire/show-servicios.blade.php @@ -1,4 +1,11 @@ -
+
@@ -9,7 +16,7 @@
+ wire:target="cargartarjetaPlan,cantidad_tarjetaPlan,tp">
@@ -29,13 +36,14 @@
- + Servicios
{{-- tabla productos --}} -
+

Seleccione un servicio:

@@ -58,9 +66,8 @@
@if ($total > auth()->user()->saldo->valor) -
+

No tiene fondo suficientes para esta compra, recargue su cuenta.

@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') - + @endif
@endif @@ -318,7 +326,7 @@ @endif -
@@ -554,8 +562,6 @@ @endif *Usuario:* {{ trim($cuenta->correo) }} *Contraseña:* {{ trim($cuenta->password) }} - - @endforeach @@ -571,7 +577,8 @@

- Este servicio vencerá el

{{ Carbon\Carbon::parse($cuentas->fecha_final)->format('Y/m/d') ?? '' }}.

+ Este servicio vencerá el

+ {{ Carbon\Carbon::parse($cuentas->fecha_final)->format('Y/m/d') ?? '' }}.

@endif