@include('layouts.breadcumb') @section('header') @stop
| {!! strtoupper(str_replace('_', ' ', $camp)) !!} | @endforeach @if( Input::get('numerica', 0) == 1 )NUMERICA PRODUCTOS | NUMERICA CLIENTES | NUMERICA PROVEEDOR CCIAL | NUMERICA MARCAS | @endifCANTIDAD | CANTIDAD BASE | VALOR NETO | VALOR DESCUENTO | VALOR COSTO | VALOR NETO ALT | VALOR DESCUENTO ALT | MARGEN |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @endforeach @if( Input::get('numerica', 0) == 1 ) | @endif | {!! number_format($totales['cantidad_total'], 0) !!} | {!! number_format($totales['cantidad_base_total'], 0) !!} | ${!! number_format($totales['valor_neto_total'], 0) !!} | ${!! number_format($totales['valor_descuento_total'], 0) !!} | ${!! number_format($totales['valor_costo_total'], 0) !!} | ${!! number_format($totales['valor_neto_alt_total'], 0) !!} | ${!! number_format($totales['valor_descuento_alt_total'], 0) !!} | {!! @number_format( str_replace(',','.',$totales['margen_total']), 2) !!}% |