modifié : SRC/resources/views/backend/ref_home.blade.php
This commit is contained in:
parent
661ac601fb
commit
4984965d0f
@ -93,7 +93,7 @@
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<select multiple="multiple" class="multiple" name="todel[]">
|
||||
@foreach($mesoeuvres->oeuvres as $index => $oeuvre)
|
||||
<option data-img-src='http://www.augustins.org/documents/10180/156407/{{ $oeuvre->image }}' value="{{ $oeuvre->id}}"></option>
|
||||
<option data-img-src='/image/200/{{ $oeuvre->image }}' value="{{ $oeuvre->id}}"></option>
|
||||
@endforeach
|
||||
</select>
|
||||
<button type="submit" class="btn btn-danger" href="#"><span class="glyphicon glyphicon-trash"></span> Supprimer</button>
|
||||
|
Reference in New Issue
Block a user