@php $classname = ['bg-indigo', 'bg-orange', 'bg-teal']; @endphp @foreach ($academies as $index => $academy)
{{ $academy->mentor_name }}

{{ $academy->mentor_title }}

“{{ $academy->mentor_quote ?? '' }}”
@endforeach