diff --git a/resources/views/admin/layouts/app.blade.php b/resources/views/admin/layouts/app.blade.php index 7b3838cb..ead1ecc6 100644 --- a/resources/views/admin/layouts/app.blade.php +++ b/resources/views/admin/layouts/app.blade.php @@ -18,19 +18,17 @@
-{{ link_to_route('users.show', $post->author->fullname, $post->author) }}
+{{ link_to_route('users.show', $post->author->fullname, $post->author) }}
-
{{ humanize_date($post->posted_at) }} {{ $comment->content }} {{ $comment->content }}
{{ humanize_date($comment->posted_at) }}
{{ humanize_date($post->posted_at) }}
diff --git a/resources/views/posts/show.blade.php b/resources/views/posts/show.blade.php
index fca39b2d..f40f6f82 100644
--- a/resources/views/posts/show.blade.php
+++ b/resources/views/posts/show.blade.php
@@ -6,14 +6,14 @@
{{ Html::image($post->thumbnail()->url, $post->thumbnail()->original_filename, ['class' => 'img-fluid rounded']) }}
@endif
- {{ $post->title }}
+ {{ $post->title }}
+
{{ link_to_route('posts.show', $post->title, $post) }}
-
diff --git a/resources/views/users/show.blade.php b/resources/views/users/show.blade.php
index 8beba14b..18021f93 100644
--- a/resources/views/users/show.blade.php
+++ b/resources/views/users/show.blade.php
@@ -5,7 +5,7 @@
{{ $user->name }}
+ {{ $user->name }}
{{ $user->email }}