From eb5df9fb2995626a8e0af0db0d55eeffd5deafc1 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 5 May 2024 02:55:55 -0500 Subject: [PATCH] Update show-servicios.blade.php --- .../views/livewire/show-servicios.blade.php | 45 +++++++++++-------- 1 file changed, 26 insertions(+), 19 deletions(-) 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