@lang('home.chapters')

@foreach($course->units as $unit) @endforeach
# @lang('home.title') @lang('home.lectures') @lang('home.new_lecture') @lang('home.edit') @lang('home.delete')
{{ @$unit->id }} {{ @$unit->translations->first()->title }}
  • @include('panel.courses.lectures.delete_from_list')