{{ $comment->users->name }}
{{ $comment->created_at->diffForHumans() }}
{{ $comment->body }}
@extends('backend.layouts.app') @section('title', 'Show Post') @push('styles') @endpush @section('content')