@php use App\Helpers\Helper; use App\Enum\PerspectiveFromEnum; @endphp
{{ __('homepage.testimonials') }}

{{ __('homepage.hear_it_from_our_family') }}

“{{ __('homepage.testimonial_description') }}”

@foreach ($testimonials as $testimonial)
Testimonial Image
{!! Helper::stripInlineStyle($testimonial->testimonial_text) !!}

{{ $testimonial->full_name }}

{{ $testimonial->perspective_from == PerspectiveFromEnum::ALUMNI->value ? 'Batch of ' . $testimonial->alumni->batch : PerspectiveFromEnum::map($testimonial->perspective_from) }}
@endforeach
@push('scripts') @endpush