@extends('layouts.master') @section('content')
@if ($errors->any()) @endif @if (session('success')) @endif
មតិយោបល់សិស្ស
@if ($comments->count()) {{-- --}} @foreach ($comments as $index => $comment) {{-- --}} @endforeach
# វគ្គសិក្សា អតិថិជន មតិយោបល់ កាលបរិច្ឆេទស្ថានភាពសកម្មភាព
{{ $index + 1 }} {{ $comment->course->course_name ?? 'N/A' }} {{ $comment->customer->username ?? 'N/A' }} {{ Str::limit($comment->comment, 50) }} {{ $comment->created_at->format('d/m/Y H:i') }} @if ($comment->read_status == 'pending') ថ្មី @else Active @endif
@csrf @method('DELETE')
{{-- {{ $comments->links() }} --}} @else
មិនទាន់មានមតិយោបល់។
@endif
@endsection