@extends('layouts.app') @section('content') @include('programmes.searchbar', ['fiscalites' => \App\Enums\Fiscalite::selectableCases()])
@endif
{{ ucwords(strtolower($program->city)) }}
{{ $fiscaliteLibelle }} @if($hasTva5) / TVA 5,5% @endif @if($hasLli) / LLI @endif
À partir de
{{ !empty($prix) ? number_format(min($prix), 0, ',', ' ') : '0' }} €
{{ $isHT ? 'HT' : 'TTC' }}
@if(!empty($types))
Du {{ reset($types) }} au {{ end($types) }}
@endif
@endif
{!! $argumentaire->text !!}
@endif @endforeach @php $garantiesAffichables = $program->garanties->filter(fn($g) => $g->type && $g->type->value !== \App\Enums\GarantieType::NON_DEFINI->value); @endphp @if($garantiesAffichables->count() > 0)Ce programme est éligible au {{ $mainFiscalite->type->label() }}. Téléchargez notre fiche pédagogique pouvant être transmise à votre client.
Fiche fiscalité Télécharger