6 lines
243 B
PHP
6 lines
243 B
PHP
<label>Titre</label>
|
|
<input name="images[][title]" type="text" class="form-control">
|
|
|
|
<label>Type de photo</label>
|
|
@include('components.form.select',['name' => 'images[][type_image_id]' , 'list' => isset($type_images) ? $type_images : null])
|