Update register.blade.php
This commit is contained in:
parent
c1ca96d67c
commit
5f57b4d784
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue