I have been looking into Bootstrap 4 - beta, however when using .is-invalid with .input-group it doesn\'t seem to show up.
.is-invalid
.input-group
I had this issue also and solved it with adding d-block like this:
d-block
@error('terms') {{ $message }} @enderror
Happy coding!
Bootstrap docs here about d-block:Display property