diff --git a/resources/views/components/admin/recent-post.blade.php b/resources/views/components/admin/recent-post.blade.php index 21044e11..27ccf332 100644 --- a/resources/views/components/admin/recent-post.blade.php +++ b/resources/views/components/admin/recent-post.blade.php @@ -7,7 +7,7 @@
-

{{ $article->author->name }}

+

{{ $article->user->name }}

@@ -22,7 +22,9 @@
-

{{ $article->title }}

+

+ {{ $article->title }} +

{!! $article->excerpt(100) !!}