| Id | Name | Status | Sync | Chapters | Published at | Estimate file size | Actual size | |
|---|---|---|---|---|---|---|---|---|
| {{ $course->id }} | {{ $course->name }} | {{ $course->status }} | Sync all chapters offline | {{ $course->chapters_count }} / {{ $course->numberofchapters }} | {{ $course->published_at?->diffForHumans() }} | {{ $course->total_size_human }} | {{formatFileSize(folderSize(public_path($course->id)))}} | |
| {{ formatFileSize($courses->sum('total_size')) }} | {{formatFileSize(folderSize(public_path()))}} |