File: /home/lesanew/anestetues2/web/app/cache/acorn/framework/views/69ecfacd4b5b32bd89b253ad926187f4.php
<?php $__env->startPush('vite-head'); ?>
<?php echo app('Illuminate\Foundation\Vite')(['resources/css/pages/faq.scss', 'resources/js/pages/faq.ts']); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<section>
<?php if (isset($component)) { $__componentOriginal295798c6835de34f64e3e70bd9d44f6d = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal295798c6835de34f64e3e70bd9d44f6d = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.top-content','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('top-content'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal295798c6835de34f64e3e70bd9d44f6d)): ?>
<?php $attributes = $__attributesOriginal295798c6835de34f64e3e70bd9d44f6d; ?>
<?php unset($__attributesOriginal295798c6835de34f64e3e70bd9d44f6d); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal295798c6835de34f64e3e70bd9d44f6d)): ?>
<?php $component = $__componentOriginal295798c6835de34f64e3e70bd9d44f6d; ?>
<?php unset($__componentOriginal295798c6835de34f64e3e70bd9d44f6d); ?>
<?php endif; ?>
</section>
<section class="container">
<?php
$faq_items = get_field('questions-reponses');
?>
<?php if(! empty($faq_items)): ?>
<div class="faq-container mb">
<h2 class="faq-title center">Foire aux questions</h2>
<div class="faq-list">
<?php $__currentLoopData = $faq_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="faq-item" data-faq-item>
<button
type="button"
class="faq-question"
aria-expanded="false"
aria-controls="faq-answer-<?php echo e($index); ?>"
id="faq-question-<?php echo e($index); ?>"
data-faq-trigger
>
<span class="faq-question-text"><?php echo e($item['question']); ?></span>
<span class="faq-icon" aria-hidden="true" data-faq-icon>+</span>
</button>
<div
class="faq-answer-wrap"
id="faq-answer-<?php echo e($index); ?>"
role="region"
aria-labelledby="faq-question-<?php echo e($index); ?>"
hidden
>
<div class="faq-answer-inner">
<p class="faq-answer">
<?php echo e($item['reponse']); ?>
</p>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<?php endif; ?>
</section>
<section class="top-wave container">
<?php if (isset($component)) { $__componentOriginal471fcb325e864a3eed593a0de81b2246 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal471fcb325e864a3eed593a0de81b2246 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.instagram-feed','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('instagram-feed'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal471fcb325e864a3eed593a0de81b2246)): ?>
<?php $attributes = $__attributesOriginal471fcb325e864a3eed593a0de81b2246; ?>
<?php unset($__attributesOriginal471fcb325e864a3eed593a0de81b2246); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal471fcb325e864a3eed593a0de81b2246)): ?>
<?php $component = $__componentOriginal471fcb325e864a3eed593a0de81b2246; ?>
<?php unset($__componentOriginal471fcb325e864a3eed593a0de81b2246); ?>
<?php endif; ?>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/gaetan/www/les-anes-tetus-2.0/web/app/themes/anes-tetues/resources/views/pages/faq.blade.php ENDPATH**/ ?>