This commit is contained in:
James Cole
2020-10-03 15:08:24 +02:00
parent aadcb2cc5b
commit 5ed3d52e9a
8 changed files with 636 additions and 155 deletions

View File

@@ -13,9 +13,9 @@
{% endfor %}
</select>
</td>
<td style="position: relative;">
<input autocomplete="off" type="text" value="{{ oldValue }}" name="triggers[{{ count }}][value]" class="form-control">
<td>
<input autocomplete="off" type="text" value="{{ oldValue }}" name="triggers[{{ count }}][value]"
class="form-control">
{% if errors.has('triggers.'~count~'.value') %}
<p class="text-danger">
{{ errors.first('triggers.'~count~'.value') }}