{{-- Barre de recherche --}}
@include('programmes.searchbar', ['fiscalites' => $fiscalites ?? \App\Enums\Fiscalite::selectableCases()])
{{-- Carte Leaflet --}}
@if(isset($currentApplication) && $currentApplication->hasFeature(\App\Enums\FeatureSlug::PROGRAMS_MAP->value) && !empty($programmesMap))
@endif
{{-- Liste des programmes --}}
@if(!empty($programs) && $programs->count() > 0)
@foreach($programs as $program)
@include('programmes.partials.card', ['program' => $program])
@endforeach
@endif
@if(false)
En attente marketing (non utilisé pour le moment)
{{-- Carousels --}}
@if(!empty($carouselsData))
@foreach($carouselsData as $carouselData)