@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', 'description'=>'Learn engine systems, diagnostics, vehicle maintenance, workshop practices and modern automotive technologies.', ], [ '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', 'description'=>'Study suspension, steering, transmission, braking systems and practical repair techniques.', ], [ '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', 'description'=>'Explore EV batteries, charging infrastructure, electric drivetrains and smart mobility systems.', ], [ 'image'=>'https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=900&q=80', 'title'=>'Hybrid Vehicle Maintenance', 'duration'=>'10 Months', 'level'=>'Professional', 'description'=>'Learn hybrid engine operation, diagnostics and maintenance procedures.', ], [ 'image'=>'https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=900&q=80', 'title'=>'Auto Electrical Systems', 'duration'=>'8 Months', 'level'=>'Certificate', 'description'=>'Understand vehicle wiring, sensors, ECU systems and electronic diagnostics.', ], [ 'image'=>'https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?auto=format&fit=crop&w=900&q=80', 'title'=>'Automobile Service Technician', 'duration'=>'1 Year', 'level'=>'NVQ', 'description'=>'Hands-on training in servicing, repairing and maintaining modern vehicles.', ], ]; @endphp @foreach($courses as $course) {{ $course['level'] }} {{ $course['title'] }} {{ $course['description'] }} Duration {{ $course['duration'] }} Apply Course @endforeach Why Study With Us? ✔ Experienced Lecturers ✔ Modern Workshops ✔ Industry Certification ✔ Career Guidance @endsection
Build your future in the automotive industry through practical training and internationally recognized learning experiences.
{{ $course['description'] }}
Experienced Lecturers
Modern Workshops
Industry Certification
Career Guidance