[WIP] Fixes on Varieties & attributes prices, add uploader widget
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<label>Titre</label>
|
||||
<input name="images[][title]" type="text" class="form-control">
|
||||
<label>Titre</label>
|
||||
<input name="images[][title]" type="text" class="form-control">
|
||||
|
||||
<label>Type de photo</label>
|
||||
@include('components.select',['name' => 'images[][type_image_id]' , 'list' => isset($type_images) ? $type_images : null])
|
||||
<label>Type de photo</label>
|
||||
@include('components.select',['name' => 'images[][type_image_id]' , 'list' => isset($type_images) ? $type_images : null])
|
||||
|
||||
Reference in New Issue
Block a user