@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.header-upgrad')

Why leaders choose us

Real experiences from professionals completing courses worldwide.

@if($testimonials->isEmpty())

No testimonials yet. Check back later.

@else
@foreach($testimonials as $t)

“{{ $t->quote }}”

@if($t->story)

{{ Str::limit($t->story, 300) }}

@endif
{{ strtoupper(substr($t->name, 0, 1)) }}

{{ $t->name }}

{{ $t->role }}@if($t->program) · {{ $t->program }}@endif

@if($t->linkedin_url) @include('partials.icon-linkedin') @endif
@endforeach
@endif
@include('partials.footer-upgrad')
@guest @include('partials.auth-modal') @endguest