@extends('Sidebar.icssacvSidebar') @section('title', 'Consulta Valores Ecnonómicos') @section('contenido')

Inventario Negativo General

@foreach($Detalles as $detalle) @endforeach
No. Eco Serie Estado U.O. Tipo unidad Valor Comercial Valor minímo de venta Valor liquidación ordenada Valor liquidación forzosa
{!! $detalle->No_Eco !!} {!! $detalle->Serie !!} @switch($detalle->Diagnostico) @case('UNIDAD COMPLETA') {!! $detalle->Diagnostico !!} @break @case('POSIBLE REPARACION INCOMPLETO') {!! $detalle->Diagnostico !!} @break @case('CHATARRA') {!! $detalle->Diagnostico !!} @break @default @break @endswitch {!! $detalle->Ctro_Acop !!} {!! $detalle->Tpo_Unid !!} @if ($detalle->Val_Comer != NULL) ${!! number_format($detalle->Val_Comer,2) !!} @else $0.00 @endif @if ($detalle->Val_Min_Venta != NULL) ${!! number_format($detalle->Val_Min_Venta,2) !!} @else $0.00 @endif @if ($detalle->Val_Liq_Orde != NULL) ${!! number_format($detalle->Val_Liq_Orde,2) !!} @else $0.00 @endif @if ($detalle->Val_Liq_Forz != NULL) ${!! number_format($detalle->Val_Liq_Forz,2) !!} @else $0.00 @endif
@endsection @section('titulo') @endsection @section('scripts') @endsection