@extends('admin.layouts.app') @section('title', $title) @section('content')
{{ $comment->created_at->format('M j, Y \a\t h:i') }}
{{ $comment->post->title }}
{{ $comment->user->first_name }} {{ $comment->user->last_name }}