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

{{ $post->content }}

@endforeach @endsection