@extends('master') @section('titulo') {{ Lang::get('admin/_11390.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
Produto Tamanho Quantidade Valor Volumes Altura Comprimento Largura Cubagem Peso Liquido Peso Embalagem Peso Bruto
@{{ item.PRODUTO }} @{{ item.DESC_TAMANHO }} @{{ item.QUANTIDADE | number: 2 }} R$ @{{ item.VALOR_TOTAL | number: 2 }} @{{ item.VOLUMES | number: 0 }} @{{ item.ALTURA | number: 0 }} cm @{{ item.COMPRIMENTO | number: 0 }} cm @{{ item.LARGURA | number: 2 }} cm @{{ item.CUBAGEM | number: 2 }} cm³ @{{ item.PESO_LIQUIDO | number: 2 }} kg @{{ item.PESO_EMBALAGEM | number: 2 }} kg @{{ item.PESO_BRUTO | number: 2 }} kg
Total @{{ vm.Simulador.PedidoItem.QUANTIDADE_TOTAL | number: 2 }} R$ @{{ vm.Simulador.PedidoItem.VALOR_TOTAL_GERAL | number: 2 }} @{{ vm.Simulador.PedidoItem.VOLUMES_TOTAL | number: 0 }} @{{ vm.Simulador.PedidoItem.VOLUME_TOTAL | number: 2 }} cm³ @{{ vm.Simulador.PedidoItem.PESO_LIQUIDO_TOTAL | number: 2 }} kg @{{ vm.Simulador.PedidoItem.PESO_EMBALAGEM_TOTAL | number: 2 }} kg @{{ vm.Simulador.PedidoItem.PESO_BRUTO_TOTAL | number: 2 }} kg
@{{item.Codigo}}
Valor: R$ @{{ item.Valor }}
Prazo de Entrega: @{{ item.PrazoEntrega }} Dias
Entrega Domiciliar: @{{ item.EntregaDomiciliar == 'S' ? 'Sim' : 'Não' }}
Entrega Sabado: @{{ item.EntregaSabado == 'S' ? 'Sim' : 'Não' }}
Exibir Detalhamento
Composição dos Valores
Descrição Valor
Valor Sem Adicionais @{{ item.ValorSemAdicionais}}
Valor Declarado @{{ item.ValorValorDeclarado}}
Aviso de Recebimento @{{ item.ValorAvisoRecebimento}}
Mão Própria @{{ item.ValorMaoPropria}}
Erro: @{{item.MsgErro}}
@endsection @section('script') @append