diff --git a/resources/views/posts/show.blade.php b/resources/views/posts/show.blade.php index 4b41d9d..92e43a5 100644 --- a/resources/views/posts/show.blade.php +++ b/resources/views/posts/show.blade.php @@ -5,4 +5,25 @@ @endsection @section('content') +
+
+ {{ $post->title }} + +
+

0 Likes

+
+ +
+

{{ $post->user->username }}

+

+ {{ $post->created_at->diffForHumans() }} +

+

+ {{ $post->description }} +

+
+
+ +
+
@endsection