Course List
@if(session('success'))
@endif
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
Filter
Search Course
| SL No. | Name | Code | Description | Materials | Category | Materials | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration ?? '' }} | {{ $trCourse->name ?? '' }} | {{ $trCourse->code ?? '' }} | {{ str_limit($trCourse->description, 15) ?? '' }} | {{ str_limit($trCourse->courseMaterials, 15) ?? '' }} | {{ $trCourse->trCourseCategory->name ?? '' }} | {{ $trCourse->trCourseMaterials->count() ?? '' }} | {!! $trCourse->status == 'Active' ? 'Active' : 'Inactive' !!} | Materials |