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: {{ $article->title }} + + {{ $article->title }} +

-

- {!! $article->body !!} -

+

+ {{ $article->subtitle }} +

@empty
No articles published yet. Check back soon!