@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Pembayaran Invoice
Nota Pembelian
@forelse ($data->details as $item) @empty @endforelse
No. Nomor Faktur Tanggal Faktur Total Invoice Pajak Sudah Bayar Hutang Bayar
{{ $loop->iteration }} {{ $item->invoice->no_faktur }} {{ date('d-m-Y', strtotime($item->invoice->tanggal)) }} {{ formatNumber($item->invoice->total) }} @forelse ($item->invoice->pajakDetails as $detail)
{{ $detail->nama. " " .formatNumber(abs($detail->rate))."% | ".formatNumber(abs($detail->amount))}}
@empty - @endforelse
{{ formatNumber($item->invoice->sudah_bayar - $item->total_bayar) }} {{ formatNumber($item->invoice->hutang + $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