@php $colspan = 6; @endphp
| EMPRESA: {{ $company['name'] }} | |||||
|---|---|---|---|---|---|
| RUC: {{ $company['number'] }} | |||||
| ALMACÉN: {{ $warehouse['name'] }} | |||||
| REPORTE DE KARDEX VALORIZADO |
| # | @foreach($columns as $col) @if(in_array($col['name'], $select_columns) || $col['locked']){{ func_str_to_upper_utf8($col['label']) }} | @endif @endforeach
|---|---|
| {{ $loop->iteration }} | @foreach($columns as $col) @if(in_array($col['name'], $select_columns) || $col['locked']){{ $row[$col['name']] }} | @endif @endforeach
| PRECIO TOTAL | --}} {{--{{ number_format($sale_total, 2, '.', '') }} | --}} {{--|
| COSTO TOTAL | --}} {{--{{ number_format($purchase_total, 2, '.', '') }} | --}} {{--|
| GANANCIA TOTAL | --}} {{--{{ number_format($profit_total, 2, '.', '') }} | --}} {{--|