Add display of current image in edit modal
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
<div class="mb-3">
|
||||
<label for="edit_image" class="form-label">{{ trans('Image') }}</label>
|
||||
<input type="file" class="form-control" id="edit_image" name="image" accept="image/*">
|
||||
<div id="current_image" style="margin-top: 10px;"></div>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="edit_location" class="form-label">{{ trans('Location') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user