update
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
wire:click="verCliente({{ $cliente->id }})">
|
wire:click="verCliente({{ $cliente->id }})">
|
||||||
Ver
|
Ver
|
||||||
</p>
|
</p>
|
||||||
@if (!empty($cliente->cuentas->first()->estado))
|
@if (!empty($cliente->cuentas->first()->estado) && !empty($cliente->tarifa->servicio))
|
||||||
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
||||||
{{-- renovar --}}
|
{{-- renovar --}}
|
||||||
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
<p class="hover:bg-gray-200"
|
<p class="hover:bg-gray-200"
|
||||||
wire:click="verCliente({{ $cliente->id }})">Ver
|
wire:click="verCliente({{ $cliente->id }})">Ver
|
||||||
</p>
|
</p>
|
||||||
@if (!empty($cliente->cuentas->first()->estado))
|
@if (!empty($cliente->cuentas->first()->estado) && !empty($cliente->tarifa->servicio))
|
||||||
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
||||||
{{-- renovar --}}
|
{{-- renovar --}}
|
||||||
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
class="sm:absolute bg-white text-center w-32 rounded-md shadow-md [&>p]:py-1 [&>p]:cursor-pointer overflow-hidden text-gray-800">
|
class="sm:absolute bg-white text-center w-32 rounded-md shadow-md [&>p]:py-1 [&>p]:cursor-pointer overflow-hidden text-gray-800">
|
||||||
<p class="hover:bg-gray-200" wire:click="verCliente({{ $cliente->id }})">Ver
|
<p class="hover:bg-gray-200" wire:click="verCliente({{ $cliente->id }})">Ver
|
||||||
</p>
|
</p>
|
||||||
@if (!empty($cliente->cuentas->first()->estado))
|
@if (!empty($cliente->cuentas->first()->estado) && !empty($cliente->tarifa->servicio))
|
||||||
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
||||||
{{-- renovar --}}
|
{{-- renovar --}}
|
||||||
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
||||||
@@ -509,7 +509,8 @@
|
|||||||
class="sm:absolute bg-white text-center w-32 rounded-md shadow-md [&>p]:py-1 [&>p]:cursor-pointer overflow-hidden text-gray-800">
|
class="sm:absolute bg-white text-center w-32 rounded-md shadow-md [&>p]:py-1 [&>p]:cursor-pointer overflow-hidden text-gray-800">
|
||||||
<p class="hover:bg-gray-200" wire:click="verCliente({{ $cliente->id }})">Ver
|
<p class="hover:bg-gray-200" wire:click="verCliente({{ $cliente->id }})">Ver
|
||||||
</p>
|
</p>
|
||||||
@if (!empty($cliente->cuentas->first()->estado))
|
|
||||||
|
@if (!empty($cliente->cuentas->first()->estado) && !empty($cliente->tarifa->servicio))
|
||||||
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
@if ($cliente->cuentas->first()->estado == 'pendiente' && $cliente->tarifa->servicio->renovacion == true)
|
||||||
{{-- renovar --}}
|
{{-- renovar --}}
|
||||||
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
@if (Auth::user()->saldo->valor >= $cliente->tarifa->valor)
|
||||||
|
|||||||
Reference in New Issue
Block a user