@extends('admin.layouts.app') @section('title', 'Testimonials') @section('page-title', 'Testimonials') @section('content')
Manage graduate success stories shown on the landing page.
| # | Graduate | Course | Rating | Status | Actions |
|---|---|---|---|---|---|
| {{ $testimonial->sort_order }} |
{{ $testimonial->name }} {{ $testimonial->role }} {{ $testimonial->country ? '- '.$testimonial->country : '' }} |
{{ $testimonial->course ?? '-' }} | @for($i = 0; $i < $testimonial->rating; $i++)@endfor | {{ $testimonial->is_active ? 'Active' : 'Inactive' }} |