Update show-clientes.blade.php
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<p class="text-center font-semibold mb-1">Servicio</p>
|
||||
@if (!empty($cliente->tarifa_id))
|
||||
@if (!empty($cliente->tarifa->servicio))
|
||||
<p>{{ $cliente->tarifa->servicio->nombre }}
|
||||
|
||||
@if ($cliente->tarifa->servicio->nombre != 'Spotify Premium' && $cliente->tarifa->servicio->nombre != 'Youtube Premium')
|
||||
|
||||
Reference in New Issue
Block a user