មេរៀនសម្រាប់មុខវិជ្ជា: {{ $lesson->title }}
| # |
មុខវិជ្ជា |
មេរៀន |
រយៈពេល |
មាតិកា |
លទ្ធផល |
{{-- សកម្មភាព | --}}
@foreach ($contents as $index => $content)
| {{ $index + 1 }} |
{{ $content->course->course_name ?? 'N/A' }} |
{{ $content->lesson->title ?? 'N/A' }} |
{{ $content->session }} |
{{ Str::limit($content->Lesson_content, 10) }} |
{{ Str::limit($content->expect_result, 10) }} |
{{--
| --}}
{{-- Show & Edit Modals --}}
{{-- @include('content.partials.edit', ['content' => $contents]) --}}
{{-- @include('content.partials.show', ['content' => $content]) --}}
@endforeach
@endsection