{{-- Carte de formation réutilisable --}} @php $levelColors = [ 'debutant' => 'bg-emerald-50 text-emerald-700 ring-emerald-600/20', 'confirme' => 'bg-amber-50 text-amber-700 ring-amber-600/20', 'expert' => 'bg-rose-50 text-rose-700 ring-rose-600/20', ]; $badge = $levelColors[$formation->level] ?? 'bg-slate-50 text-slate-600 ring-slate-200'; $days = rtrim(rtrim(number_format((float) $formation->duration_days, 1, ',', ' '), '0'), ','); @endphp
@if ($formation->code) {{ $formation->code }} @else @endif {{ $formation->levelLabel() }}

{{ $formation->title }}

{{ $formation->summary }}

{{ $days }} jour{{ $days > 1 ? 's' : '' }} {{ number_format((float) $formation->price, 0, ',', ' ') }} {{ $formation->currency }}