{{-- filepath: c:\Users\hp\Desktop\tawjihi\tawjihi-tn\resources\views\dashboard\testimonials.blade.php --}} Gestion des Témoignages
@include('layouts.partials.aside') {{-- Assuming you have this partial for the sidebar --}}
{{-- Page Header --}}

Témoignages d'Étudiants

Gérez les témoignages publiés sur le site.

{{-- Alerts --}} @if(session('success')) @endif {{-- Testimonials Table --}}
@forelse($testimonials as $testimonial) @empty @endforelse
Étudiant Titre Filière Statut Actions
Photo de {{ $testimonial->student_name }}
{{ $testimonial->student_name }}
{{ $testimonial->level }}
{{ $testimonial->title }} {{ $testimonial->orientation_field }} @if($testimonial->published) Publié @else Non Publié @endif
@csrf @method('DELETE')

Aucun témoignage

Commencez par ajouter un nouveau témoignage.