@extends('admin.layouts.app') @section('title', 'Student Success Stories') @section('content')
{{ $testimonialsSection->title ?? 'Not set' }}
{{ $testimonialsSection->content ?? 'Not set' }}
No testimonials section found. Please create one first.
@endif{{ $testimonial['position'] ?? 'No position' }}
{{ Str::limit($testimonial['message'] ?? 'No message', 100) }}
No testimonials found. Add some testimonials to get started.
@endif