@extends('admin.layout.master') @section('title', __('admin.posts')) @section('styles') @endsection @section('scripts') @endsection @section('content')
{{ $post->content }}
{{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }}
{{ $reply->comment }}