@for (quotation of quotations(); track quotation.id) {
| {{ quotation.id }} |
{{ quotation.message }} |
{{ quotation.conditionsSale }} |
| Réference |
Nom |
Prix |
Quantité |
Action |
@for (product of quotation.products; track product.productId) {
| {{ product.productReferences }} |
{{ product.productName }} |
Price ??? |
{{ product.quantity }} |
|
}
|
|
}