diff --git a/app/Http/Controllers/Front/HomeController.php b/app/Http/Controllers/Front/HomeController.php index 6665f1b..0727109 100644 --- a/app/Http/Controllers/Front/HomeController.php +++ b/app/Http/Controllers/Front/HomeController.php @@ -117,7 +117,7 @@ public function countryCategory(Request $request, $country, $category) $category_name = strtolower($category->name); - SEOTools::setDescription("Stay updated with the latest {$category_name} product launches in {$country_name}. Find in-depth reviews and exciting deals with ProductAlert, your guide to {$category_name} shopping."); + SEOTools::setDescription($category->description); return view('front.country_category', compact('country_locale', 'category', 'latest_posts')); }