@extends('layouts.app') @section('title', 'Our Courses') @section('content') {{-- Hero --}}

Our Courses

Build your future in the automotive industry through practical training and internationally recognized learning experiences.

@php $courses=[ [ 'image'=>'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=900&q=80', 'title'=>'Diploma in Automotive Engineering', 'duration'=>'2 Years', 'level'=>'Diploma', 'author'=>'Automotive Engineering Dept.', 'desc'=>'Master engine diagnostics, modern hybrid vehicle maintenance, and advanced automotive electrical systems with hands-on labs.', 'students'=>'1,240 students enrolled', 'rating'=>'4.9', 'badge'=>'Popular' ], [ 'image'=>'https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=900&q=80', 'title'=>'Mechanical Systems Technology', 'duration'=>'18 Months', 'level'=>'Certificate', 'author'=>'Tech & Service Campus', 'desc'=>'Comprehensive training on vehicle suspension, transmissions, steering, braking mechanisms, and professional repair workshop skills.', 'students'=>'850 students enrolled', 'rating'=>'4.7', 'badge'=>'Bestseller' ], [ 'image'=>'https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=900&q=80', 'title'=>'Electric Vehicle Technology', 'duration'=>'1 Year', 'level'=>'Advanced', 'author'=>'EV Research Institute', 'desc'=>'Dive into the future of mobility. Learn about smart EV battery packs, fast charging infrastructures, and high-voltage safety.', 'students'=>'640 students enrolled', 'rating'=>'4.8', 'badge'=>'New' ], [ 'image'=>'https://images.unsplash.com/photo-1616788494707-ec28f08d05a1?auto=format&fit=crop&w=900&q=80', 'title'=>'Advanced EFI Engine Tuning & Diagnostic', 'duration'=>'6 Months', 'level'=>'Expert', 'author'=>'Performance Tuning Lab', 'desc'=>'Learn professional ECU remapping, electronic fuel injection (EFI) tuning, sensor calibration, and master high-end oscilloscope diagnostics.', 'students'=>'420 students enrolled', 'rating'=>'4.9', 'badge'=>'Hot & New' ], [ 'image'=>'https://images.unsplash.com/photo-1568605117036-5fe5e7bab0b7?auto=format&fit=crop&w=900&q=80', 'title'=>'Hybrid & Plug-in Hybrid Masterclass', 'duration'=>'8 Months', 'level'=>'Professional', 'author'=>'Automotive Engineering Dept.', 'desc'=>'Specialized training in Toyota/Honda Hybrid Synergy Drive systems, inverter repairs, planetary gearboxes, and live diagnostic scanner masterclass.', 'students'=>'980 students enrolled', 'rating'=>'4.8', 'badge'=>'Top Rated' ], [ 'image'=>'https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?auto=format&fit=crop&w=900&q=80', 'title'=>'Automotive Body Electronics & Comfort Systems', 'duration'=>'1 Year', 'level'=>'Diploma', 'author'=>'Tech & Service Campus', 'desc'=>'Covering modern CAN-bus/LIN-bus communication networks, SRS airbag systems, ABS/ESP braking electronics, and smart climate control.', 'students'=>'510 students enrolled', 'rating'=>'4.6', 'badge'=>'Trending' ], ]; @endphp

No courses found matching your search.

@foreach($courses as $index => $course)
{{ $course['title'] }}

{{ $course['title'] }}

{{ $course['author'] }}

{{ $course['desc'] }}

{{ $course['badge'] }} {{ $course['rating'] }} ({{ $course['students'] }})
Practical Labs Verified ({{ $course['duration'] }})
@endforeach
{{-- Why Study With Us Section --}}

Why Study With Us?

Experienced Lecturers

Learn from certified automotive industry experts and senior engineers.

Modern Workshops

Get hands-on experience with latest diagnostic tools and hybrid lab setups.

Industry Certification

Earn internationally recognized qualifications to boost your career global scale.

Career Guidance

Free job placement support, resume building, and interview preparation workshops.

@endsection