@extends('dashboard._theme_dashboard') @section('content')
Atualizar Compra
@csrf



Adicionar Itens
Lista de compras
@foreach($purchaseItem as $item) @endforeach
ID Interno
Descrição
Qtde
Vlr. Unit. (R$)
Vlr. Desc. (R$)
Vlr. Total. (R$)
Prev. entrega
N° NFe
Remover
{{$item->warehouse_internalID}} {{$item->warehouse_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($purchasePayment 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))}}
@endsection @section('customJS') @endsection