This commit is contained in:
Ludovic CANDELLIER
2021-08-21 19:48:21 +02:00
parent 7ec40145de
commit 9ca510086b
24 changed files with 423 additions and 65 deletions

View File

@@ -25,6 +25,7 @@ class ArticleController extends Controller
public function create()
{
$data = Articles::getMeta();
// $data['comment']['']
return view('Admin.Shop.Articles.create', $data);
}