{{ $global_settings['hero_badge'] ?? '100% en ligne, 100% flexible' }}

@php $heroTitle = e($global_settings['hero_title'] ?? 'Transformez votre avenir à votre rythme.'); $heroTitle = str_replace(['avenir', 'future'], ['avenir', 'future'], $heroTitle); @endphp {!! $heroTitle !!}

{{ $global_settings['hero_description'] ?? 'Obtenez des diplômes reconnus internationalement et accélérez votre carrière.' }}

Plus de +50 formations diplômantes disponibles.

Étudiants en ligne
98% Taux de réussite
0
Étudiants inscrits
0
Formations disponibles
0
% de réussite
0
Pays représentés

Diplômes reconnus et certifiés par

Qualiopi
État Français
RNCP
ISO 9001

{{ $global_settings['features_title'] ?? 'La méthode Sciences Afrique' }}

{{ $global_settings['features_subtitle'] ?? 'Une pédagogie innovante conçue par des experts.' }}

@foreach($global_features as $index => $feature) @php $themes = [ 'blue' => ['bg' => 'bg-blue-50', 'text' => 'text-blue-600'], 'orange' => ['bg' => 'bg-orange-50', 'text' => 'text-brand-orange'], 'green' => ['bg' => 'bg-green-50', 'text' => 'text-green-600'], ]; $theme = $themes[$feature->color_theme] ?? $themes['blue']; @endphp
@if($feature->icon === 'academic-cap') @elseif($feature->icon === 'chat-bubble') @else @endif

{{ $feature->title }}

{{ $feature->description }}

@endforeach
Les plus demandés

Cours populaires

Voir tous les cours
@php $featuredCourses = app()->runningUnitTests() ? collect() : \App\Models\Course::where('price', 0)->take(3)->get(); @endphp @forelse($featuredCourses as $index => $course) @php $badges = [ ['bg' => 'bg-brand-orange', 'text' => 'Démo Gratuite'], ['bg' => 'bg-green-500', 'text' => 'Accès Libre'], ['bg' => 'bg-blue-500', 'text' => 'Essai Gratuit'], ]; $badge = $badges[$index % 3]; @endphp
{{ $course->title }}
{{ $badge['text'] }} @if($course->is_certification) Certifiant @endif
{{ $course->category ?? 'Formation' }} {{ $course->formatted_duration }}

{{ $course->title }}

{{ $course->description }}

{{ $course->instructor_name ?? 'Instructeur' }}
Gratuit
{{ $course->students_count }} étudiants {{ $course->formatted_rating }}
@empty

Aucun cours de démonstration gratuit pour le moment.

@endforelse
{{ $global_settings['testimonials_badge'] ?? 'Témoignages' }}

{{ $global_settings['testimonials_title'] ?? 'Ce qu\'ils disent de nous' }}

{{ $global_settings['testimonials_subtitle'] ?? 'Découvrez les expériences de nos étudiants diplômés.' }}

@forelse($global_testimonials as $index => $testimonial)
@for($i = 0; $i < $testimonial->stars; $i++) @endfor

"{{ $testimonial->comment }}"

{{ $testimonial->name }}
{{ $testimonial->name }} {{ $testimonial->role }}
@empty

Aucun témoignage disponible.

@endforelse
@if(count($global_testimonials) > 3)
@endif
Nos Filières

Découvrez le domaine fait pour vous.

Voir toutes les formations
@php $colors = [ 'blue' => ['bg' => 'bg-blue-50', 'text' => 'text-blue-600', 'hover' => 'group-hover:bg-blue-600 group-hover:text-white', 'border' => 'hover:border-blue-200'], 'orange' => ['bg' => 'bg-orange-50', 'text' => 'text-orange-600', 'hover' => 'group-hover:bg-orange-500 group-hover:text-white', 'border' => 'hover:border-orange-200'], 'green' => ['bg' => 'bg-green-50', 'text' => 'text-green-600', 'hover' => 'group-hover:bg-green-600 group-hover:text-white', 'border' => 'hover:border-green-200'], 'purple' => ['bg' => 'bg-purple-50', 'text' => 'text-purple-600', 'hover' => 'group-hover:bg-purple-600 group-hover:text-white', 'border' => 'hover:border-purple-200'], 'rose' => ['bg' => 'bg-rose-50', 'text' => 'text-rose-600', 'hover' => 'group-hover:bg-rose-600 group-hover:text-white', 'border' => 'hover:border-rose-200'], 'indigo' => ['bg' => 'bg-indigo-50', 'text' => 'text-indigo-600', 'hover' => 'group-hover:bg-indigo-600 group-hover:text-white', 'border' => 'hover:border-indigo-200'], ]; $i = 0; @endphp @foreach($faculties as $faculty) @php $theme = array_values($colors)[$i % count($colors)]; $i++; @endphp

{{ $faculty->name }}

{{ $faculty->description }}

{{ $faculty->departments->count() }} Départements {{ $faculty->courses()->count() }} Cours
Découvrir la filière
@endforeach

Prêt à transformer votre avenir ?

Rejoignez plus de 15 000 étudiants qui ont déjà fait le choix de l'excellence avec Sciences Afrique.

@include('partials.footer')