Welcome to Our Platform

Learn, Grow, Succeed

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

Students

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

Courses

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

Internships

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

Placements

Featured Courses

@foreach($featured_courses as $course)
{{ $course->title }}

{{ Str::limit($course->description, 100) }}

View
@endforeach

Latest from Blog

@foreach($recent_blogs as $blog)
{{ $blog->title }}

{{ Str::limit($blog->content, 100) }}

Read More
@endforeach