@section('reportTitle') Quotes @stop @section('subtitle') (number {{ $numberStart }} - {{ $numberEnd}}) @stop @section('table')
Date | Order # | Customer Name | Job status | Total | Received |
---|---|---|---|---|---|
{{ CommonFunctions::formatDate($quote->createdOn) }} | {{ $quote->id }} | {{ $quote->getCustomer->getCustomerName() }} | {{ $quote->getStatus->type }} | €{{ CommonFunctions::formatNumber($quote->getTotal()) }} | €{{ CommonFunctions::formatNumber($quote->getPaid()) }} |