@extends('layouts.master') @section('content')
@if ($errors->any()) @endif @if (session('success')) @endif
បង្កើត
មាតិកា
{{-- Create Modal --}} @include('content.partials.create') {{-- Table --}}
@if ($contents->count()) @foreach ($contents as $index => $content) {{-- Show & Edit Modals --}} @include('content.partials.edit', ['content' => $content]) {{-- @include('content.partials.show', ['content' => $content]) --}} @endforeach
# មុខវិជ្ជា មេរៀន រយៈពេល មាតិកា លទ្ធផល សកម្មភាពសិស្ស ការវាយតម្លៃ សកម្មភាព
{{ $index + 1 }} {{ $content->course->course_name ?? 'N/A' }} {{ Str::limit($content->lesson->title ?? 'N/A', 10) }} {{ $content->session }} {{ Str::limit($content->Lesson_content, 10) }} {{ Str::limit($content->expect_result, 10) }} {{ Str::limit($content->activity, 10) }} {{ Str::limit($content->Evaluate, 10) }}
@csrf @method('DELETE')
@else
មាតិកាមិនទាន់មានទេ។
@endif
@endsection