Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Last active June 18, 2020 22:40
Show Gist options
  • Save NandoKstroNet/be8b15b547d1458c273ddb50b76182c0 to your computer and use it in GitHub Desktop.
Save NandoKstroNet/be8b15b547d1458c273ddb50b76182c0 to your computer and use it in GitHub Desktop.
<div class="form-group">
<label>Fotos do Produto</label>
<input type="file" name="photos[]" class="form-control @error('photos.*') is-invalid @enderror" multiple>
@error('photos.*')
<div class="invalid-feedback">
{‌{$message}}
</div>
@enderror
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment