@extends('layouts.front') @section('content')

Take Your Lesson now

You can explore and discover various courses available for your learning journey. Browse through a wide range of subjects and topics, and choose the courses that align with your interests and goals.

@foreach($studentCourses as $course)

{{ $course->course_name }}

{{ substr($course->description, 0, 100) }}
{{ $course->lessons->count() }} Lessons {{ $course->student_courses->count() }} Students
@endforeach
@endsection