@if (!$listasDePrecios->isEmpty())
@foreach ($listasDePrecios as $listaDePrecios)
{{$listaDePrecios->nombre_lista}} |
{{$listaDePrecios->tipo_ajuste}} |
{{$listaDePrecios->porcentaje * 100}} |
{{\FCR::solo_fecha($listaDePrecios->created_at)}} |
{{$listaDePrecios->estado_lista_precio}} |
@if ($listaDePrecios->tipo_lista_precio != 1)
lista_dependiente == 1) checked="" @endif>
@endif
|
{{\FCR::solo_fecha($listaDePrecios->fecha_valido)}} |
@if ($listaDePrecios->tipo_lista_precio != 1)
@endif
|
@endforeach
@else
No existen registros |
@endif