diff --git a/resources/views/components/posts/listposts.blade.php b/resources/views/components/posts/listposts.blade.php index dbcb67c..6293ac5 100644 --- a/resources/views/components/posts/listposts.blade.php +++ b/resources/views/components/posts/listposts.blade.php @@ -1,28 +1,54 @@ @use('Carbon\Carbon')
-
+
@foreach ($posts as $post) @if ($post->hidden) @continue @endif -
- - - - Post Thumbnail -
-

{{ $post->title }}

-

{{ $post->description }}

+ @endforeach
-
+
{{ $posts->links() }}
-
\ No newline at end of file +