@section('reportTitle') Quotes @stop @section('subtitle') (number {{ $numberStart }} - {{ $numberEnd}}) @stop @section('table') @foreach($entries as $quote) @endforeach
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()) }}
@stop