From cdfe78fa8bc75dc00527340a7794aaeb25fa00e5 Mon Sep 17 00:00:00 2001 From: Felipe Date: Sat, 9 Mar 2024 09:45:01 -0500 Subject: [PATCH] BOTON RECARGAR SOLO APRA SUPER --- resources/views/livewire/show-promociones.blade.php | 2 +- resources/views/livewire/show-servicios.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/show-promociones.blade.php b/resources/views/livewire/show-promociones.blade.php index bf53fde..2b6f4a2 100755 --- a/resources/views/livewire/show-promociones.blade.php +++ b/resources/views/livewire/show-promociones.blade.php @@ -821,7 +821,7 @@ @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 != 'super') + @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') @endif
diff --git a/resources/views/livewire/show-servicios.blade.php b/resources/views/livewire/show-servicios.blade.php index 6617feb..8863936 100755 --- a/resources/views/livewire/show-servicios.blade.php +++ b/resources/views/livewire/show-servicios.blade.php @@ -302,7 +302,7 @@

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

- @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'super') + @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') @endif