| # |
Produit |
Libellé |
Réduction (%) |
Période |
Statut |
Actions |
@if($promotions->count() > 0)
@foreach($promotions as $item)
| {{ $item->id }} |
{{ $item->produit ? $item->produit->libelle : 'Non défini' }} |
{{ $item->nom }} |
{{ $item->reduction }} |
{{ $item->user ? $item->user->name : 'Non défini' }}
|
@if($item->active == 1)
activé
@else
désactivé
@endif
|
@if($item->active == 1)
@else
@endif
|
@endforeach
@else
| Aucune promotion trouvée ! |
@endif
{{ $promotions->links('vendor.pagination.bootstrap-4') }}