@if($content->meta_description) @endif
Pirras'Associe ← Ressources
@if($content->tag) {{ $content->tag }} @endif

{{ $content->title }}

@if($content->excerpt)

{{ $content->excerpt }}

@endif
@if($content->body) {!! $content->body !!} @else

Contenu detaille a venir.

@endif
@php $href = $content->cta_url ?: route('contact'); $label = $content->cta_label ?: 'Nous contacter'; @endphp {{ $label }}