Update register.blade.php

This commit is contained in:
Dennis 2021-12-27 07:59:00 +01:00 committed by GitHub
parent c1ca96d67c
commit 5f57b4d784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,8 @@
<small><strong>{{ $message }}</strong></small>
</span>
@enderror
@if( $errors->has('ptero') )
@foreach( $errors->get('ptero') as $err )
@if( $errors->has('ptero_registration_error') )
@foreach( $errors->get('ptero_registration_error') as $err )
<span class="text-danger" role="alert">
<small><strong>{{ $err }}</strong></small>
</span>