BOTON RECARGAR SOLO APRA SUPER
This commit is contained in:
@@ -821,7 +821,7 @@
|
||||
@if ($total > auth()->user()->saldo->valor)
|
||||
<div class=" flex text-red-400 text-xs text-center justify-center gap-2 py-2 rounded-lg md:mx-2 2xl:mx-6">
|
||||
<p>No tiene fondo suficientes para esta compra, recargue su cuenta.</p>
|
||||
@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'super')
|
||||
@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador')
|
||||
<a href="{{ route('recarga') }}"><button class="bg-green-600 text-white rounded px-2 py-1">Recargar</button></a>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
<div class=" flex text-red-400 text-xs text-center justify-center gap-2 py-2 rounded-lg md:mx-2 2xl:mx-6">
|
||||
<p>No tiene fondo suficientes para esta compra, recargue su cuenta.</p>
|
||||
|
||||
@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'super')
|
||||
@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador')
|
||||
<a href="{{ route('recarga') }}"><button class="bg-green-600 text-white rounded px-2 py-1">Recargar</button></a>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user