@can('course-class.delete') @endcan @can('course-class.create') {{ __('Add Course Classes') }} {{ __('Encrypt Link') }} @endcan
@foreach($courseclass as $cat) @php $chname = App\CourseChapter::where('id','=',$cat->coursechapter_id)->get(); @endphp @endforeach
# {{ __('CourseChapter') }} {{ __('Title') }} {{ __('Status') }} {{ __('Featured') }} {{ __('Action') }}
1 @foreach($chname as $cc) {{ $cc->chapter_name }} @endforeach {{$cat->title}}
@section('script') @endsection @section('stylesheets') @endsection