@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
By {{ $post->user->name }} • {{ $post->created_at->diffForHumans() }}
{{ $post->content }}
No posts found.