diff --git a/resources/views/portal/ninja2020/auth/register.blade.php b/resources/views/portal/ninja2020/auth/register.blade.php index 806dec49996e..7512c555a8fa 100644 --- a/resources/views/portal/ninja2020/auth/register.blade.php +++ b/resources/views/portal/ninja2020/auth/register.blade.php @@ -15,69 +15,13 @@
@foreach($company->client_registration_fields as $field) -
-
- - - @if($field['required']) -
*
- @endif -
- - @if($field['key'] === 'email') - - @elseif($field['key'] === 'password') - - @elseif($field['key'] === 'country_id') - - @else - - @endif - - @error($field['key']) -
- {{ $message }} -
- @enderror -
- - @if($field['key'] === 'password') + @if($field['required'])
@if($field['required']) @@ -85,13 +29,71 @@ @endif
- + @if($field['key'] === 'email') + + @elseif($field['key'] === 'password') + + @elseif($field['key'] === 'country_id') + + @else + + @endif + + @error($field['key']) +
+ {{ $message }} +
+ @enderror
+ + @if($field['key'] === 'password') +
+
+ + + @if($field['required']) +
*
+ @endif +
+ + +
+ @endif @endif @endforeach