Add new search of articles

This commit is contained in:
Ludovic CANDELLIER
2022-02-21 09:09:36 +01:00
parent 0a9d03e214
commit 15539f27a6
4 changed files with 18 additions and 9 deletions

View File

@@ -14,6 +14,8 @@ class ArticleController extends Controller
{
$data = self::init();
$data['article'] = Articles::getArticleToSell($id);
// dump($data['article']);
// exit;
return view('Shop.Articles.show', $data);
}
}