@section('reportTitle') Direct Debit Report @stop @section('subtitle') {{ $extraData['job']->description }} (Created on {{ CommonFunctions::formatDate($extraData['job']->date)}}) @stop @section('table')
Invoice | Date | Customer | Invoice price | Bank charges | |
---|---|---|---|---|---|
{{ $invoice->invoice }} | {{ CommonFunctions::formatDate($invoice->getInvoice->createdOn) }} | {{ $invoice->getInvoice->getCustomer->getCustomerName() }} | {{ CommonFunctions::formatNumber($invoice->total) }} | {{ CommonFunctions::formatNumber($invoice->bankCharge) }} |
Bank Charges | {{ CommonFunctions::formatNumber($bankCharge) }} |
Invoices total | {{ CommonFunctions::formatNumber($invoiceTotal) }} |
Total sum sent to bank | {{ CommonFunctions::formatNumber($bankCharge + $invoiceTotal) }} |