@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Pembayaran Invoice
Nota Pembelian
@forelse ($data->details as $item) @empty @endforelse
No. Nomor PO Tanggal PO Total PO Pajak Total Uang Muka Sisa Bayar
{{ $loop->iteration }} {{ $item->po->nomor_po }} {{ date('d-m-Y', strtotime($item->po->tanggal_po)) }} {{ formatNumber($item->po->total) }} @forelse ($item->po->pajakDetails as $detail)
{{ $detail->nama. " " .formatNumber(abs($detail->rate))."% | ".formatNumber(abs($detail->amount))}}
@empty - @endforelse
{{ formatNumber($item->po->total_uang_muka - $item->total_bayar) }} {{ formatNumber($item->po->sisa + $item->total_bayar) }}
Tidak ada data
Pembayaran
rekening_id) style="display: none" @endif>
rekeningTujuan) style="display: none" @endif>
Settlement
lunas)>
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @include('pages.pembelian.bayar-invoice.function') @endpush