@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' }} {{ $content->lesson->title ?? 'N/A' }} {{ $content->session }} {{ Str::limit($content->expect_result, 50) }}
@csrf @method('DELETE')
@else
មាតិកាមិនទាន់មានទេ។
@endif
@endsection