@extends('dashboard._theme_dashboard') @section('content')
Atualizar Venda
@if(empty($nfe)) $sale->client_id, "sale_id" => $sale->sale_id])}}" role="button" class="btn btn-success">Emitir NFe @endif @if($sale->sale_status == "Aguardando" || $sale->sale_status == "Aprovado") @endif $sale->sale_id])}}" target="_blank" role="button" class="btn btn-dark-light">Imprimir
@csrf


Dados Fiscais

Adicionais para venda

Adicionar Itens
Lista de vendas
@foreach($saleItem as $item) @endforeach
ID Interno
Descrição
Qtde
Vlr. Unit. (R$)
Vlr. Desc. (R$)
Vlr. Total. (R$)
Prev. entrega
N° NFe
Remover
{{$item->product_internalID}} {{$item->product_description}} {{$item->item_amount}} {{number_format($item->item_unity_value, 3, ',', '.')}} {{number_format($item->item_discount, 2, ',', '.')}} {{number_format($item->item_total_value, 2, ',', '.')}} {{date("d/m/Y", strtotime($item->item_delivery))}} {{$item->item_nfe}}

Forma de pagamento
Lista de pagamentos
@foreach($salePayment as $item) @if(!empty($item->purchase_payment_date)) @else @endif @endforeach
Forma Pgto.
Parcelas?
Qtde. Parcelas
Venc.
Valor Total (R$)
Situação
Data Pgto.
Editar
{{$item->payment_name}} {{$item->purchase_payment_installments}} {{$item->purchase_payment_installments_amount}} {{$item->purchase_payment_installments_due}} {{number_format($item->purchase_payment_value, 2, ',', '.')}} {{$item->purchase_payment_status}}{{date("d/m/Y", strtotime($item->purchase_payment_date))}}
Tipo de projeto
@csrf
Tipo de transporte
@csrf
@endsection @section('customJS') @endsection