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