@extends('layouts.backend.app') @section('title', "Tableau de bord") @section('content')
N° | Nom | Catégorie | Status | Actions |
---|---|---|---|---|
{{++$key}} |
|
{{$product->category->name}} | @if($product->is_published) Publié @else Non Publié @endif | {{ Form::open(['url' => route('produit.destroy', $product->id), 'method' => 'delete']) }} {{ Form::close() }} |
Aucun produit enregistré pour l'instant |