null check para servicios eliminados
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
<option value="" selected>Tarifas</option>
|
||||
|
||||
@foreach ($tarifas as $tarifa)
|
||||
@if($tarifa->servicio->estado == 'activo')
|
||||
@if($tarifa->servicio?->estado == 'activo')
|
||||
<option value="{{ $tarifa->id }}">{{ $tarifa->servicio->nombre ?? '' }}
|
||||
:
|
||||
@if (!empty($tarifa->servicio->por_tiempo))
|
||||
|
||||
Reference in New Issue
Block a user