@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.

No courses found matching your search.

@forelse($courses as $index => $course)
{{-- Course Image --}}
{{ $course->title }}
{{-- Course Details --}}

{{ $course->title }}

@if($course->author)
{{ $course->author }}
@endif

{{ $course->desc }}

@if($course->badge) {{ $course->badge }} @endif @if($course->rating) {{ $course->rating }} @endif @if($course->student) ({{ $course->student }} students enrolled) @endif
Level: {{ $course->level ?? 'General' }} @if($course->duration) Duration: {{ $course->duration }} @endif
@empty

No courses available at the moment.

@endforelse
{{-- 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