{{ trans('update.change_chapter') }}
{{ trans('public.chapter') }}
{{ trans('update.select_chapter') }}
@if(!empty($webinar->chapters) and count($webinar->chapters)) @foreach($webinar->chapters as $chapter)
{{ $chapter->title }}
@endforeach @endif
{{ trans('public.save') }}
{{ trans('public.close') }}