@extends('layouts.app') @section('title', 'Home') @push('styles') @endpush @section('content') {{-- ===================== HERO ===================== --}} {{-- ===================== OUR COURSES ===================== --}}
Academic Programs

Our Top Courses

Explore our professional, industry-recognized automotive engineering curriculums.

@php $courses = [ [ 'image' => 'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=800&q=80', 'title' => 'Automotive Engineering Course', 'desc' => 'Learn vehicle design, engine technology, diagnostics and manufacturing.', 'author' => 'Automotive Engineering Dept.', 'rating' => '4.9', 'students' => '1.2k students', 'badge' => 'Popular' ], [ 'image' => 'https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=800&q=80', 'title' => 'Mechanical Systems Course', 'desc' => 'Study transmission systems, suspension, braking and vehicle maintenance.', 'author' => 'Tech & Service Campus', 'rating' => '4.7', 'students' => '850 students', 'badge' => 'Bestseller' ], [ 'image' => 'https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=800&q=80', 'title' => 'Electric Vehicle Technology Course', 'desc' => 'Master EV batteries, powertrains, charging systems and smart mobility.', 'author' => 'EV Research Institute', 'rating' => '4.8', 'students' => '640 students', 'badge' => 'New' ], ]; @endphp
@foreach($courses as $index => $course)
{{ $course['badge'] }} {{ $course['title'] }}

{{ $course['title'] }}

{{ $course['author'] }}

{{ $course['desc'] }}

Practical Labs Accredited
{{ $course['rating'] }} ({{ $course['students'] }}) Active
@endforeach
{{-- ===================== WHY CHOOSE US ===================== --}}
Automotive Engineering Lab

Why Choose Us?

Modern Laboratories

State-of-the-art facilities equipped with the latest technology for practical learning.

Qualified Lecturers

Learn from experienced industry professionals and academic experts.

Hands-on Training

Gain real-world experience through direct practical training on vehicles.

EV Research Center

Advanced research center dedicated to Hybrid and Electric Vehicle technologies.

Internship Opportunities

Guaranteed industrial placements to kickstart your professional career.

{{-- ===================== CALL TO ACTION ===================== --}}

Join the Future of Automotive Engineering

Shape the future with innovation, technology and practical learning.

Apply Now
@endsection