@can('course-chapter.delete') @endcan @can('course-chapter.create') {{ __('Add Course Chapter') }} @endcan
@php $coursechapter2 = App\CourseChapter::where('course_id',$cor->id)->orderBy('position','ASC')->get(); @endphp @foreach($coursechapter2 as $cat) @endforeach
# {{ __('ChapterName') }} {{ __('Status') }} {{ __('Action') }}
1 {{$cat->chapter_name}}