mobile search

This commit is contained in:
merdan 2020-04-23 14:43:42 +05:00
parent 0c11899529
commit 05dd732090
1 changed files with 1 additions and 1 deletions

View File

@ -42,12 +42,12 @@ class PublicController extends Controller
->orderBy('order','asc')
->get();
dump($categories);
return $this->render("Pages.HomePage",[
'categories' => $categories,
'sliders' => $sliders
]);
Markdown::parse();
}
public function showCategoryEvents($cat_id){