@foreach($invoices as $invoice) @endforeach
Invoice Number Sub Total Vat Withholding Other Deduction Grand Total Void Void Date Paid Date Officer Remark Action
{!! $invoice->invoice_number !!} {!! $invoice->sub_total !!} {!! $invoice->vat !!} {!! $invoice->withholding !!} {!! $invoice->other_deduction !!} {!! $invoice->grand_total !!} {!! $invoice->void !!} {!! $invoice->void_date !!} {!! $invoice->paid_date !!} {!! $invoice->officer !!} {!! $invoice->remark !!}
@section('footer_scripts') @stop