@extends($_ENV['admin-url'].'.layouts.main') @section('title') Catégories @stop @section('content')
Ajouter une nouvelle catégorie
@if($categories->isEmpty())Pas de catégorie
@else# | Nom | Position | Description | Mots Clés | Actions |
---|---|---|---|---|---|
{{ $category->id }} | {{ $category->name }} | {{ $category->position }} | {{ $category->description }} | {{ $category->keywords }} | |
{{ $ch->id }} | {{ $ch->name }} | {{ $ch->position }} | {{ $ch->description }} | {{ $ch->keywords }} | |
{{ $ch2->id }} | {{ $ch2->name }} | {{ $ch2->position }} | {{ $ch2->description }} | {{ $ch2->keywords }} |