@extends('layouts.admin') @section('title', 'Produits') @section('content')
{{ $products->total() }} produit(s) au total
| Produit | Prix | Actions | |||
|---|---|---|---|---|---|
|
@if($product->image)
{{ $product->name }} @if($product->sku){{ $product->sku }} @endif |
{{ number_format($product->price, 2) }} FCFA @if($product->old_price){{ number_format($product->old_price, 2) }} @endif |
||||
|
Aucun produit trouvé. |
|||||