@extends('layouts.backend.app') @push('header') @endpush @section('content')
| id | Comment | User | {{--Post | --}}Created_At | Action |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $comment->comment }} | {{ $comment->user->name }} | {{--{{ $comment->post->title }} | --}}{{ $comment->created_at->diffForHumans() }} | {{-- --}} |