@php $testimonials = $testimonials ?? []; @endphp
{{ translate( 'Testimonials' ) }}

{{ translate( 'What Our Students Say About us' ) }}

@if( ! empty( $testimonials ) && is_iterable( $testimonials ) )
@foreach( $testimonials as $testimonial ) @endforeach
@endif