@extends('layouts.app') @section('content') @if (Auth::user()->role->name == 'Administrateur') @include('partials.dashboard-filter', ['filterId' => 'admin'])
| Produit | SKU | Catégorie | Marque | Prix | Quantité | Créé par | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $product->sku }} | {{ $product->category->name ?? '-' }} | {{ $product->brand->name ?? '-' }} | {{ number_format($product->price, 0, ' ') }} FCFA | {{ $product->quantity }} | {{ $product->user->nom . ' ' . $product->user->prenom }} | |||
| Aucun produit trouvé. | ||||||||
Pas de produit(s) expiré(s)
@endif| # | Nom produit | Prix |
|---|---|---|
| {{ $loop->iteration }} |
@if ($product->image)
@endif
{{ Str::limit($product->name, 15, '...') }}
|
{{ number_format($product->price, 0, ' ') }} FCFA |
| Produit | SKU | Catégorie | Marque | Prix | Quantité | Créé par | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $product->sku }} | {{ $product->category->name ?? '-' }} | {{ $product->brand->name ?? '-' }} | {{ number_format($product->price, 0, ' ') }} FCFA | {{ $product->quantity }} | {{ $product->user->nom . ' ' . $product->user->prenom }} | |||
| Aucun produit trouvé. | ||||||||
Pas de produit(s) expiré(s)
@endif| # | Nom produit | Prix |
|---|---|---|
| {{ $loop->iteration }} |
@if ($product->image)
@endif
{{ Str::limit($product->name, 15, '...') }}
|
{{ number_format($product->price, 0, ' ') }} FCFA |