@extends('layouts.app') @section('title', 'Produits') @section('breadcrumb', 'Catalogue / Produits') @section('content')
{{ $produits->total() }} produit(s)
| Image | Code | Nom | Famille | Unité | Prix Achat HT | Prix Vente HT | Marge % | Stock | Statut | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
{{ $p->code_article }} |
{{ $p->nom }}
@if($p->code_barre){{ $p->code_barre }} @endif
|
{{ $p->famille?->label ?? '-' }} | {{ $p->unite?->code ?? '-' }} | {{ number_format($p->prix_achat_ht, 3, ',', ' ') }} | {{ number_format($p->prix_vente_ht, 3, ',', ' ') }} | {{ number_format($p->marge, 1) }}% | {{ number_format($p->qte_stock, 0) }} | {{ $p->actif ? 'Actif' : 'Inactif' }} | ||
| Aucun produit trouvé | ||||||||||