@extends('layouts.app') @section('titre', $realisation->titre) @section('description', Str::limit(strip_tags($realisation->description), 155)) @section('contenu')
← Toutes les réalisations
{{ $realisation->categorie }}

{{ $realisation->titre }}

@if ($realisation->image) {{ $realisation->titre }} @endif
@if ($realisation->maitre_ouvrage)
Maître d'ouvrage
{{ $realisation->maitre_ouvrage }}
@endif @if ($realisation->localisation)
Localisation
{{ $realisation->localisation }}
@endif @if ($realisation->annee)
Année
{{ $realisation->annee }}
@endif
@if ($realisation->description)
{{ $realisation->description }}
@endif Un projet similaire ? Contactez-nous →
@endsection