File: /home/lesanew/anestetues2/web/app/cache/acorn/framework/views/01ef221043b085d8d32d5230ee5c3cf9.php
<?php $__env->startPush('vite-head'); ?>
<?php echo app('Illuminate\Foundation\Vite')(['resources/css/pages/benevole.scss', 'resources/js/pages/benevole.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>
<?php
$rejoindreAventure = get_field('section_rejoindre_laventure');
$liste = $rejoindreAventure['icone_et_texte'];
$listHtml = '';
if (count($liste) > 0) {
$listHtml .= '<ul class="list-icone-texte">';
foreach ($liste as $item) {
$listHtml .= '<li>';
if (! empty($item['icone'])) {
$listHtml .= '<img src="' . esc_url($item['icone']['url']) . '" alt="' . esc_attr($item['icone']['alt'] ?? '') . '">';
}
if (! empty($item['texte'])) {
$listHtml .= '<span>' . esc_html($item['texte']) . '</span>';
}
$listHtml .= '</li>';
}
$listHtml .= '</ul>';
}
?>
<?php if(! empty($rejoindreAventure)): ?>
<section class="container">
<?php if (isset($component)) { $__componentOriginal779c4a065c68def1e03ffb1d604ccb58 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal779c4a065c68def1e03ffb1d604ccb58 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.columns','data' => ['colElements' => [
'img' => $rejoindreAventure['image'] ?? null,
'titre' => $rejoindreAventure['titre'] ?? '',
'texte' => $rejoindreAventure['texte'] . $listHtml ?? '',
'boutons' => $rejoindreAventure['boutons'] ?? [],
],'imgPosition' => 'img-right']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('columns'); ?>
<?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(['col_elements' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([
'img' => $rejoindreAventure['image'] ?? null,
'titre' => $rejoindreAventure['titre'] ?? '',
'texte' => $rejoindreAventure['texte'] . $listHtml ?? '',
'boutons' => $rejoindreAventure['boutons'] ?? [],
]),'img_position' => 'img-right']); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal779c4a065c68def1e03ffb1d604ccb58)): ?>
<?php $attributes = $__attributesOriginal779c4a065c68def1e03ffb1d604ccb58; ?>
<?php unset($__attributesOriginal779c4a065c68def1e03ffb1d604ccb58); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal779c4a065c68def1e03ffb1d604ccb58)): ?>
<?php $component = $__componentOriginal779c4a065c68def1e03ffb1d604ccb58; ?>
<?php unset($__componentOriginal779c4a065c68def1e03ffb1d604ccb58); ?>
<?php endif; ?>
</section>
<?php endif; ?>
<?php
$missionPossible = get_field('section_missions_possibles');
?>
<?php if(! empty($missionPossible)): ?>
<section class="mission bg-secondary container text-light center">
<h2><?php echo e($missionPossible['titre']); ?></h2>
<p><?php echo e($missionPossible['texte_1']); ?></p>
<div class="missions-icons">
<?php $__currentLoopData = $missionPossible['icone_et_texte']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $mission): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="mission-item">
<?php if(! empty($mission['icone'])): ?>
<img
src="<?php echo e($mission['icone']['url']); ?>"
alt="<?php echo e($mission['icone']['alt'] ?? ''); ?>"
/>
<?php endif; ?>
<?php if(! empty($mission['texte'])): ?>
<span><?php echo e($mission['texte']); ?></span>
<?php endif; ?>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<p><?php echo e($missionPossible['texte_2']); ?></p>
</section>
<?php endif; ?>
<?php
$rejoindreLequipe = get_field('rejoindre_lequipe');
?>
<?php if(! empty($rejoindreLequipe)): ?>
<section class="container bg-primary text-light">
<div class="mb">
<?php if (isset($component)) { $__componentOriginal779c4a065c68def1e03ffb1d604ccb58 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal779c4a065c68def1e03ffb1d604ccb58 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.columns','data' => ['colElements' => [
'img' => $rejoindreLequipe['image'] ?? null,
'titre' => $rejoindreLequipe['titre'] ?? '',
'texte' => $rejoindreLequipe['texte'] ?? '',
'boutons' => $rejoindreLequipe['boutons'] ?? [],
],'btn1Class' => 'bg-secondary arrow-primary','imgPosition' => 'img-right']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('columns'); ?>
<?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(['col_elements' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([
'img' => $rejoindreLequipe['image'] ?? null,
'titre' => $rejoindreLequipe['titre'] ?? '',
'texte' => $rejoindreLequipe['texte'] ?? '',
'boutons' => $rejoindreLequipe['boutons'] ?? [],
]),'btn_1_class' => 'bg-secondary arrow-primary','img_position' => 'img-right']); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal779c4a065c68def1e03ffb1d604ccb58)): ?>
<?php $attributes = $__attributesOriginal779c4a065c68def1e03ffb1d604ccb58; ?>
<?php unset($__attributesOriginal779c4a065c68def1e03ffb1d604ccb58); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal779c4a065c68def1e03ffb1d604ccb58)): ?>
<?php $component = $__componentOriginal779c4a065c68def1e03ffb1d604ccb58; ?>
<?php unset($__componentOriginal779c4a065c68def1e03ffb1d604ccb58); ?>
<?php endif; ?>
</div>
</section>
<?php endif; ?>
<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>
<div
id="devenir-benevole"
class="partner-modal"
aria-hidden="true"
role="dialog"
aria-modal="true"
>
<div class="partner-modal__backdrop" data-benevole-modal-close></div>
<div class="partner-modal__content" role="document">
<button
type="button"
class="partner-modal__close"
aria-label="<?php echo e(__('Fermer le formulaire', 'anes-tetues')); ?>"
data-benevole-modal-close
>
×
</button>
<h2 class="partner-modal__title"><?php echo e(__('Devenir bénévole', 'anes-tetues')); ?></h2>
<div class="partner-modal__form">
<?php echo do_shortcode('[contact-form-7 id="d260b66" title="Devenir Benevole"]'); ?>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/bnowdpik/anes-tetues/web/app/themes/anes-tetues/resources/views/pages/benevole.blade.php ENDPATH**/ ?>