@extends('layouts.app') @section('meta_title', $category->name . ' - ' . config('app.name')) @section('meta_description', Str::limit(strip_tags($longDescription), 160)) @section('content') {{-- ================================================================ HERO IMAGE (16:9) ================================================================ --}}
@if($imageUrl)
{{ $category->name }} - {{ config('app.name') }}
{{-- Overlay gradient --}}
@else {{-- Fallback sans image --}}
@endif {{-- Contenu superpose --}}
{{-- Breadcrumb --}}

{{ $category->name }}

@if($category->published_projects_count > 0)

{{ $category->published_projects_count }} realisation{{ $category->published_projects_count > 1 ? 's' : '' }} dans cette categorie

@endif
{{-- ================================================================ DESCRIPTION DETAILLEE ================================================================ --}}
{{-- Texte principal --}} {{-- Sidebar : infos rapides --}}
{{-- Carte resume --}}

En bref

Categorie
{{ $category->name }}
Realisations
{{ $category->published_projects_count ?? 0 }} projet{{ ($category->published_projects_count ?? 0) > 1 ? 's' : '' }}
{{-- Autres activites --}} @if($otherCategories->count()) @endif
{{-- ================================================================ REALISATIONS RECENTES DE CETTE CATEGORIE ================================================================ --}} @if($projects->count())

Realisations recentes

Nos derniers projets en {{ mb_strtolower($category->name) }}

@if($category->published_projects_count > 6) @endif
@if($category->published_projects_count > 6) @endif
@endif {{-- CTA --}}

Un projet en {{ mb_strtolower($category->name) }} ?

Contactez-nous pour un devis gratuit et personnalise.

Contactez-nous
@endsection