@php($seoHead = $page->seo_head) @extends('layouts.app') @section('content') @if($page->slug === 'faq-2') {{-- « Les trucs en plus » : hub interactif Découvrir le Bassin --}} @include('partials.decouvrir-hub') @if(trim(strip_tags($page->content)) !== '')
{!! $page->content !!}
@endif @else
@unless($isHome)

{{ $page->title }}

@endunless {!! $page->content !!}
@endif {{-- Sections dynamiques --}} @if($isHome) @include('partials.bassin-map') @include('partials.calendar') @include('partials.reviews') @include('partials.contact-form') @elseif($page->slug === 'avis-client') @include('partials.reviews') @include('partials.contact-form') @elseif(in_array($page->slug, ['logement', 'tarifs'])) @include('partials.calendar') @include('partials.contact-form') @endif @endsection