@extends('layouts.backend.app') @section('title', "Tableau de bord") @section('content')
@forelse($categories as $key=>$category) @empty @endforelse
Nom Description Actions
{{++$key}}

User Image {{$category->name}}

{{$category->description}} {{ Form::open(['url' => route('categorie.destroy', $category->id), 'method' => 'delete']) }} {{ Form::close() }}
Aucune catégorie enregistrée pour l'instant
@endsection @section('js') @endsection