@include('layouts.header')
{{-- CORRECTION: Utilisation d'une boucle @forelse pour afficher les témoignages --}} @forelse ($testimonials as $testimonial)
{{-- Contenu du témoignage --}} {{ $testimonial->content }}
{{-- Photo de l'étudiant avec une image de rechange --}} {{ $testimonial->student_name }}
{{-- Nom de l'étudiant --}}

{{ $testimonial->student_name }}

{{-- Domaine et niveau (s'ils existent) --}} @if($testimonial->orientation_field || $testimonial->level)

{{ $testimonial->orientation_field }} @if($testimonial->orientation_field && $testimonial->level) - @endif {{ $testimonial->level }}

@endif
@empty {{-- Message affiché si aucun témoignage n'est publié --}}

لا توجد شهادات لعرضها حاليًا

يرجى العودة لاحقًا للاطلاع على تجارب طلابنا.

@endforelse
95%
رضا الطلاب
1500+
طالب مسجل
98%
توظيف الخريجين
50+
برنامج تعليمي
@include('layouts.newsletter') @include('layouts.footer')