{{-- Page Header --}}
{{-- Alerts --}}
@if(session('success'))
@endif
{{-- Testimonials Table --}}
Témoignages d'Étudiants
Gérez les témoignages publiés sur le site.
{{ session('success') }}
| Étudiant | Titre | Filière | Statut | Actions |
|---|---|---|---|---|
|
{{ $testimonial->student_name }}
{{ $testimonial->level }}
|
{{ $testimonial->title }} | {{ $testimonial->orientation_field }} | @if($testimonial->published) Publié @else Non Publié @endif |
|
Aucun témoignageCommencez par ajouter un nouveau témoignage. |
||||