@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.public-nav') {{-- En-tête --}}

Catalogue

Nos formations

Filtrez par domaine. De nouveaux domaines ouvrent progressivement.

{{-- Domaines --}}
@foreach ($categories as $cat) $cat->is_available, 'bg-slate-100 text-slate-400 ring-slate-200' => ! $cat->is_available, ])> {{ $cat->name }} @if ($cat->is_available) {{ $cat->published_formations_count }} @else bientôt @endif @endforeach
{{-- Formations publiées --}}
@forelse ($formations as $f)
{{ $f->code }} {{ $f->levelLabel() }}

{{ $f->title }}

{{ $f->summary }}

{{ rtrim(rtrim(number_format($f->duration_days, 1), '0'), '.') }} jour{{ $f->duration_days > 1 ? 's' : '' }} {{ number_format((float) $f->price, 0, ',', ' ') }} {{ $f->currency }}
@empty

Aucune formation publiée pour le moment.

@endforelse