 |
{{ $quote->id }} |
{{ App\Classes\CommonFunctions::formatDateTime($quote->createdOn) }} |
@if (strtotime($quote->requiredBy) > time() || $quote->getStatus->type == 'Completed' || $quote->getStatus->type == 'Cancelled')@else | @endif{{ App\Classes\CommonFunctions::formatDateTime($quote->requiredBy) }} |
{{ $quote->getCustomer->getCustomerName() }} |
{{ $quote->description }} |
{{ $quote->getStatus->type }} |
€ {{ App\Classes\CommonFunctions::formatNumber($quote->getTotal()) }} |
€ {{ App\Classes\CommonFunctions::formatNumber($quote->getPaid()) }} |
@endforeach