diff --git a/resources/views/discover/tags/show.blade.php b/resources/views/discover/tags/show.blade.php index 3099b3e41..49429ebd5 100644 --- a/resources/views/discover/tags/show.blade.php +++ b/resources/views/discover/tags/show.blade.php @@ -7,7 +7,7 @@
- +
@@ -16,13 +16,13 @@ {{$tag->name}}

- {{$count}} posts + {{$tag->posts_count}} posts

-
+
@foreach($posts as $status) @endforeach
- +
+ {{$posts->links()}} +
@endsection @@ -39,3 +41,21 @@ @push('meta') @endpush + +@push('scripts') + +@endpush