@php use Illuminate\Support\Str; @endphp Courses | {{ config('app.name') }}
{{ config('app.name', 'EduPlatform') }}
@auth Dashboard
@csrf
@else Login Register @endauth

Upgrade Your Career with Industry Courses

Learn job-ready skills through practical training and real-world projects.

All Courses

{{ count($courses) }} courses available
@foreach($courses as $course)
{{-- Image --}}
{{ $course->title }} alt="{{ $course->title }}" class="w-full h-full object-cover group-hover:scale-110 transition duration-700"> {{-- Overlay Actions --}} @auth @endauth {{-- Status Badge --}} {{ $course->status ? 'Active' : 'Inactive' }} {{-- Level --}} {{ $course->level ?? 'Beginner' }}

{{ $course->title }}

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

₹{{ number_format($course->price ?? 0) }} {{ $course->duration ?? '-' }}
View Details
@endforeach

Start Learning Today

Join thousands building successful careers.

Register Now