| {{ __('SL') }} | {{ __('Course Title') }} | {{ __('Course Category') }} | {{ __('Status') }} | {{ __('Date Created') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $course->title }} | {{ $course->category->title }} | @if ($course->status === 1) Enable @elseif ($course->status === 0) Disable @else Pending @endif | {{ $course->created_at->diffforhumans() }} | |
| No data found | |||||