@extends('layouts.admin') @section('content')
Liste des catégories
Aucune catégorie pour le moment.
addListe des produits
Aucun produit pour le moment.
addListe des 25 derniers produits
| ID | Nom du produit | Catégorie par défaut | Catégories associées | Prix | Actif | MEA | Actions |
|---|---|---|---|---|---|---|---|
| {{ $produit->id }} | {{ $produit->libelle }} | {{ $produit->defaut->libelle }} | @if(count($produit->categories)) @foreach($produit->categories as $categorie) {{ $categorie->libelle }}, @endforeach @else Sans @endif | {{ $produit->prix }} € | @if($produit->actif)check_circle @else cancel @endif | @if($produit->mea)check_circle @else cancel @endif |
Liste des catégories
| ID | Libellé de la catégorie | Image de couverture de la catégorie | Actions |
|---|---|---|---|
| {{ $categorie->id }} | {{ $categorie->libelle }} | {!! Html::image('plugins/catalogue/img/categories/' . $categorie->id . "/couverture.jpg", "", array("class" => "img-responsive", "width" => 110)) !!} | |
| {{ $firstChild->id }} | subdirectory_arrow_right {{ $firstChild->libelle }} | {!! Html::image('plugins/catalogue/img/categories/' . $firstChild->id . "/couverture.jpg", "", array("class" => "img-responsive", "width" => 110)) !!} | |
| {{ $secondChild->id }} | subdirectory_arrow_right {{ $secondChild->libelle }} | {!! Html::image('plugins/catalogue/img/categories/' . $secondChild->id . "/couverture.jpg", "", array("class" => "img-responsive", "width" => 110)) !!} | |
| {{ $thirdChild->id }} | subdirectory_arrow_right {{ $thirdChild->libelle }} | {!! Html::image('plugins/catalogue/img/categories/' . $thirdChild->id . "/couverture.jpg", "", array("class" => "img-responsive", "width" => 110)) !!} | |
| {{ $lastChild->id }} | subdirectory_arrow_right {{ $lastChild->libelle }} | {!! Html::image('plugins/catalogue/img/categories/' . $lastChild->id . "/couverture.jpg", "", array("class" => "img-responsive", "width" => 110)) !!} |