@extends('layouts.admin') @section('title', 'Catégories') @section('content') {{-- Header --}}
{{ $categories->count() }} catégorie(s) au total
| Ordre | Nom | Chantiers | Actions | ||
|---|---|---|---|---|---|
| {{ $category->order }} | {{ $category->name }} | @if($category->projects_count > 0) {{ $category->projects_count }} @else 0 @endif |
Modifier
@if($category->projects_count === 0)
@else
Supprimer
@endif
|
||
|
@if($search) Aucune catégorie ne correspond à « {{ $search }} ». Voir toutes @else Aucune catégorie. Créer la première @endif |
|||||