@extends('tenant-templates.template-2-0.layout')
@section('title', $prestation['meta']['titre'] ?? ($prestation['nom'] . ' — ' . $client['prenom'] . ' ' . $client['nom']))
@section('meta')
@if (!empty($prestation['meta']['description']))
@endif
@if (!empty($prestation['meta']['mots_cles']))
@endif
@endsection
@section('body-class', 'starter-page-page')
@section('main-class', 'prestation')
@section('content')
{{ $prestation['nom'] }}
@include('tenant-templates.template-2-0.partials.prestation.info-bar')
@include('tenant-templates.template-2-0.partials.prestation.indications')
@include('tenant-templates.template-2-0.partials.prestation.cab')
@include('tenant-templates.template-2-0.partials.temoignages')
@include('tenant-templates.template-2-0.partials.prestation.declencheur')
@include('tenant-templates.template-2-0.partials.faq', ['faqItems' => $prestation['faq'] ?? []])
@endsection