@extends('layouts.admin') @section('title', 'Chantiers') @section('content') {{-- Header --}}
{{ $projects->total() }} chantier(s)
| Titre | Statut | Actions | |||
|---|---|---|---|---|---|
|
{{ $project->title }}
/{{ $project->slug }}
@if($project->location)
{{ $project->location }}
@endif
|
@if($project->is_published) Publié @else Brouillon @endif | @if($project->is_featured) ★ @else ☆ @endif | |||
|
@if($search || !empty(array_filter($filters))) Aucun résultat pour ces critères. Voir tous les chantiers @else Aucun chantier. Créer le premier @endif |
|||||