@section('page_name') Last 100 invoices @stop @section('breadcrumbs') Quotes & invoices List invoices @stop @section('content')
Invoice number | Date created | Customer | Title | Total | Payment status | |
---|---|---|---|---|---|---|
{{ $invoice->id }} | {{ CommonFunctions::formatDateTime($invoice->createdOn) }} | {{ $invoice->getCustomer->getCustomerName() }} | {{ $invoice->jobTitle }} | € {{ CommonFunctions::formatNumber($invoice->getTotal()) }} |