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

{{ $comment->post->content }}

@endforeach @endsection