- Article: {{ $article->title }} + + {{ $article->title }} +
-- {!! $article->body !!} -
+diff --git a/resources/views/guest/home.blade.php b/resources/views/guest/home.blade.php
index 88a522a..bf1ad70 100644
--- a/resources/views/guest/home.blade.php
+++ b/resources/views/guest/home.blade.php
@@ -11,11 +11,13 @@
@forelse($articles as $article)
- {!! $article->body !!}
-
- Article: {{ $article->title }}
+
+ {{ $article->title }}
+
-
+ {{ $article->subtitle }}
+