Ajout du titre du produit sur l'article

This commit is contained in:
Ludovic CANDELLIER
2020-05-19 00:13:55 +02:00
parent 8c346b5b3f
commit 8cf5de7f9f
29 changed files with 304 additions and 233 deletions

View File

@@ -22,7 +22,7 @@
</div>
</div>
<input type="hidden" name="id" value="{{ $id }}">
<input type="hidden" name="id" id="id" value="{{ $id }}">
@include('Shop.Admin.Articles.form')
</form>