The Worlds Knowledge - Curated and Filtered.
+Most Discussed Articles
Best of Wikipedia, filtered, tagged and discussed.
For the curious reader.
Discussed on
-
- @foreach ( $article->where('id', $article->article_id)->first()->getDiscussions()->orderBy('comments', 'desc')->get() as $discussion )
+ @foreach ( $article->where('id', $article->article_id)->first()->getDiscussions()->orderBy('posted_on', 'desc')->get() as $discussion )
@if ( 0 != $discussion->comments )
-
diff --git a/resources/views/search.blade.php b/resources/views/search.blade.php
index 74669be..921a3c2 100644
--- a/resources/views/search.blade.php
+++ b/resources/views/search.blade.php
@@ -8,7 +8,7 @@