@extends('layouts.admin') @section('title', 'Produits') @section('page-title', 'Produits') @section('content')
Aucun produit.
@else| Produit | Catégorie | Prix | Statut | Favori | Actions |
|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->category->name ?? '-' }} | {{ number_format($product->base_price, 2, ',', ' ') }} | {{ $product->is_active ? 'Actif' : 'Inactif' }} | {{ $product->is_featured ? 'Oui' : 'Non' }} | Modifier |