@extends('layouts.app') @section('meta_title', ($currentCategory ? $currentCategory->name . ' — ' : '') . 'Nos Réalisations — ' . config('app.name')) @section('meta_description', $currentCategory ? 'Nos réalisations en ' . strtolower($currentCategory->name) . '. Parcourez nos chantiers.' : 'Parcourez toutes nos réalisations en construction générale : façades, toiture, crépis, maçonnerie et plus.') @section('content') {{-- Header --}}

@if($currentCategory) {{ $currentCategory->name }} @else Nos Réalisations @endif

@if($currentCategory) Découvrez nos chantiers en {{ strtolower($currentCategory->name) }}. @else {{ $totalCount }} chantier(s) réalisés — Parcourez nos projets terminés et en cours. @endif

{{-- ===== Filtres par catégorie ===== --}} {{-- ===== Grille des projets ===== --}} @if($projects->count()) {{-- Pagination --}}
{{ $projects->links() }}
@else

Aucune réalisation pour le moment.

@if($currentCategory) Voir toutes les catégories @endif
@endif
@endsection