[WIP] Working on uploader
This commit is contained in:
5
resources/views/components/uploader/file-data.blade.php
Normal file
5
resources/views/components/uploader/file-data.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<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])
|
||||
Reference in New Issue
Block a user