{{ fn_lpad($cores->COR_ID, 4, '0') .' - '. $cores->COR_DESCRICAO}} |
@foreach ($cores->ARRAY_GRADE as $grade_tamanho)
@if(intval($grade_tamanho->QUANTIDADE) > 0)
{{ intval($grade_tamanho->QUANTIDADE) }} |
@endif
@if(intval($grade_tamanho->QUANTIDADE) == 0)
|
@endif
@endforeach
{{ number_format(intval($cores->TOTAL),0, ',', '.') }} |
@if(isset($exibe_vlr) && $exibe_vlr == 1)
R$ {{ number_format($cores->VALOR_UNITARIO,2, ',', '.') }} |
R$ {{ number_format(($cores->TOTAL * $cores->VALOR_UNITARIO),2, ',', '.') }} |
@endif
@endforeach
TOTAL |
@foreach ($item->LISTA_TAMANHOS as $grade_tamanho)
@php $lista_tamanhos_final = $item->LISTA_TAMANHOS;
@if(intval($grade_tamanho->TOTAL) > 0)
{{ intval($grade_tamanho->TOTAL) }} |
@endif
@if(intval($grade_tamanho->TOTAL) == 0)
|
@endif
@endforeach
{{ intval($last_modelo) }} |
@if(isset($exibe_vlr) && $exibe_vlr == 1)
|
R$ {{ number_format($vl_total2,2, ',', '.') }} |
@endif
@if(isset($exibe_obs) && $exibe_obs == 1)
@if(isset($exibe_vlr) && $exibe_vlr == 1)