@extends('admin.layouts.app') @section('content')
| ID | Ime | Komentar | Tip | Objavljen | Odgovoreno | Akcije | |
|---|---|---|---|---|---|---|---|
| {{ $comment->id }} | {{ $comment->name }} | {{ $comment->email }} | {{ Str::limit($comment->content, 50) }} | {{ $comment->commentable_type }} | @if($comment->is_published) ✅ @else ❌ @endif | @if($comment->admin_replied) ✅ @else ❌ @endif |