@for (product of products(); track product.id) {
|
|
{{ product.name }} |
{{ product.references }} |
{{ product.nec }} |
{{ product.caliber }} |
{{ product.weight }} |
{{ product.duration }} |
{{ product.totalQuantity }} |
{{ product.minimalQuantity }} |
@if (admin()) {
}
|
}