PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
user
/
fashionNft
/
image
<tr id="ProductImageTemplate" style="display: none;"> <td> <input type="hidden" class="imageId" value="0"> <input class="form-control form--control-2 bg--body productImage" type="file" 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);' style="margin-top: 0.8rem;" class="remove"> <i class='las la-minus-circle remove-icon'></i> </a> </td> </tr>
[+]
..
[-] image-row.blade.php
[edit]
[-] image-content.blade.php
[edit]