@extends('default.master') @section('title', 'Produits') @section('main') @include('default.navbar')
| RÉFÉRENCE | Nom | TVA (%) | Prix par défaut (HT) | Actions |
|---|---|---|---|---|
| {{ $product->reference }} | {{ $product->name }} | {{ $product->tva }}% | {{ $product->default_price_excluding_tax }} | aucun produit disponible en bdd | @endforelse