PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
resources
/
views
/
admin
/
product
/
image
<tr id="ProductImageTemplate" style="display: none;"> <td> <input type="hidden" class="imageId" value="0"> <input type="file" class="form-control productImage file-padding" accept="image/*,video/*"> @error('image') <p class="alert alert-danger custom-alert" role="alert"> <strong>{{ $message }}</strong> </p> @enderror </td> <td width='5%'> <a href='javascript:void(0);' class='remove'> <i class='fa fa-minus-circle remove-icon'></i> </a> </td> </tr>
[+]
..
[-] image-row.blade.php
[edit]
[-] image-content.blade.php
[edit]