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

Learn from anywhere

Earn a world-class degree or certification online

Designed for aspiring leaders, educators & professionals worldwide. Structured courses, quizzes, and certifications—all in one place.

Explore now
{{-- Trust bar --}}

Trusted by learners worldwide

@foreach($categories->take(6) as $c) {{ $c->name }} @endforeach

{{ number_format($stats['graduates']) }}+

Learners

{{ $stats['countries'] }}+

Countries

{{ $stats['partnerships'] }}+

Programs

{{-- Featured Programs --}}
{{-- Explore by categories --}}

Explore by category

Browse programs across exam types and professional certifications.

@foreach($categories as $cat) {{ $cat->name }} @endforeach
{{-- Free Courses --}}

Free courses to get started

Build skills in today’s most relevant domains at no cost.

{{-- Testimonials --}} @if($testimonials->isNotEmpty())

Why learners choose us

Real experiences from professionals completing courses worldwide.

@foreach($testimonials->take(3) as $t)

“{{ Str::limit($t->quote, 160) }}”

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

{{ $t->name }}

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

@endforeach
@endif {{-- How we support you --}}

How we support you every step of the way

Your learning journey is unique—we’re here to make it rewarding from day one.

@foreach([ ['num' => '1', 'title' => 'Right fit', 'desc' => 'We guide you to the right program with goal-based recommendations.'], ['num' => '2', 'title' => 'Effortless enrollment', 'desc' => 'No paperwork. Stress-free onboarding and payments.'], ['num' => '3', 'title' => 'Learn on your time', 'desc' => 'Flexible access to lessons and recordings.'], ['num' => '4', 'title' => 'Support when you need it', 'desc' => 'Help is within reach so you don’t learn alone.'], ['num' => '5', 'title' => 'Community', 'desc' => 'Join a network of learners and grow together.'], ] as $step)
{{ $step['num'] }}

{{ $step['title'] }}

{{ $step['desc'] }}

@endforeach
@include('partials.footer-upgrad')
@guest @include('partials.auth-modal') @endguest