@extends('admin.users.show-layout') @section('user-content') @foreach ($user->comments as $comment)
{{ $comment->post->content }}
{{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }}
{{ $comment->created_at->diffForHumans() }}
{{ $reply->comment }}
{{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }}
{{ $comment->created_at->diffForHumans() }}
{{ $reply->comment }}