@php $sideBarShow = $sideBarShow ?? null; @endphp @foreach ($course->chapters as $key => $chapter) @php $chapterId = $chapter->id; $select_chapter_id = $data['chapter_id'] ?? null; $start_topic_id = $data['topic_id'] ?? null; $showClass = $select_chapter_id == $chapterId ? 'panel-show' : ($loop->first ? 'panel-show' : ''); @endphp
{{ $chapter->title }}
{{ $chapter?->topics?->count() . ' ' . translate('Lesson') }}
@endforeach