@extends('default.layout') @section('content')

DADOS INICIAIS

@if(isset($cliente)) @endif @if(isset($itens)) @endif
Ultima NF-e: {{$lastNF}}
@if($config->ambiente == 2)
Ambiente: Homologação
@else
Ambiente: Produção
@endif
@if(isset($listaPreco))
@endif

ITENS

TRANSPORTE

PAGAMENTO


Item Cód Prod Nome Quantidade Valor Subtotal Ações

Transportadora


Frete


Volume

calcular frete

Pagamento

Parcela Data Valor
Valor Total: R$ 0,00
Soma de quantidade: 0
@endsection