Update show-clientes.blade.php
This commit is contained in:
@@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<td>{{ $this->consultaPassword($cliente->id) }}</td>
|
<td>{{ $this->consultaPassword($cliente->id) }}</td>
|
||||||
|
|
||||||
@if (!empty($cliente->tarifa_id))
|
@if (!empty($cliente->tarifa->servicio))
|
||||||
<td>{{ $cliente->tarifa->servicio->nombre }}
|
<td>{{ $cliente->tarifa->servicio->nombre }}
|
||||||
|
|
||||||
@if ($cliente->tarifa->servicio->nombre != 'Spotify Premium' && $cliente->tarifa->servicio->nombre != 'Youtube Premium')
|
@if ($cliente->tarifa->servicio->nombre != 'Spotify Premium' && $cliente->tarifa->servicio->nombre != 'Youtube Premium')
|
||||||
|
|||||||
Reference in New Issue
Block a user