@php $testimonialsShow = App\Models\HomepageSetting::get('testimonials_show', true); $testimonialsLabel = App\Models\HomepageSetting::get('testimonials_label', 'TESTIMONIALS'); $testimonialsHeading = App\Models\HomepageSetting::get('testimonials_heading', 'Hear from Our Students'); $testimonialsSubtext = App\Models\HomepageSetting::get('testimonials_subtext', 'See how our certified teachers and structured past worksheets help students globally achieve top exam marks.'); $ratingShow = App\Models\HomepageSetting::get('testimonials_rating_show', true); $ratingScore = App\Models\HomepageSetting::get('testimonials_score', '4.9'); $ratingTotal = App\Models\HomepageSetting::get('testimonials_total', '847'); $breakdown = App\Models\HomepageSetting::get('testimonials_breakdown_json', []); $testimonialsList = App\Models\HomepageSetting::get('testimonials_list_json', []); $testimonialsLimit = App\Models\HomepageSetting::get('testimonials_limit', 6); $displayMode = App\Models\HomepageSetting::get('testimonials_display_mode', 'grid'); $carouselSpeed = App\Models\HomepageSetting::get('testimonials_carousel_speed', 'Medium'); @endphp @if($testimonialsShow)
{{ $testimonialsSubtext }}
"{{ $t['quote'] ?? '' }}"