# | {{ __('CourseChapter') }} | {{ __('Title') }} | {{ __('Status') }} | {{ __('Featured') }} | {{ __('Action') }} |
---|---|---|---|---|---|
1
|
@php
$chname = App\CourseChapter::where('id','=',$cat->coursechapter_id)->get();
@endphp
@foreach($chname as $cc) {{ $cc->chapter_name }} @endforeach | {{$cat->title}} |
|