{{ $course->name }}

Sync all chapters offline @foreach($course->chapters()->get() as $chapter) @endforeach
Title Duration Sync offline
{{ $chapter->title }} {{ $chapter->duration }} {{ $chapter->sync_offline?'Yes':'no' }} {{ $chapter->is_video_file?'Yes':'-' }}
Total: {{ $course->course_duration }} Size: {{ $course->total_size_human }}