diff --git a/app/Http/Controllers/Front/HomeController.php b/app/Http/Controllers/Front/HomeController.php index 209188c..58f5827 100644 --- a/app/Http/Controllers/Front/HomeController.php +++ b/app/Http/Controllers/Front/HomeController.php @@ -44,7 +44,6 @@ public function country(Request $request, $country) ->whereNotNull('post_categories.id') ->whereNotNull('categories.id') ->where('categories.country_locale_slug', $country_locale->slug) - ->where('posts.featured', true) ->where('posts.status', 'publish') ->orderBy('posts.publish_date', 'desc') ->take(3)