@extends('layoutstudent.layouts') @section('title', 'All Course') @section('content')

หมวดหมู่ทั้งหมด




{{--

"New Courses for you"

@for($i = 0; $i < 4; $i++)
Course Image
Category Name
Course Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae nunc eu nisi hendrerit fermentum.

5.00 ★ ★ ★ ★ ★ (2,000)
Teacher Name
1 Enrolled
$99.99
@endfor

"Recommended Courses You Can't Miss!"

New Skills with Experts

@if (true)
Recommended

Mock Course Title

This is a short mock description for the recommended course. Learn something amazing today!

Register Now
Dr. John Doe
@else
ไม่มีคอร์สที่แสดง
@endif

"All Courses"

See All
@for($i = 0; $i < 4; $i++)
Course Image
Category Name
Course Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae nunc eu nisi hendrerit fermentum.

5.00 ★ ★ ★ ★ ★ (2,000)
Teacher Name
1 Enrolled
$99.99
@endfor


--}}
@endsection