+
+ | Field |
+ Value |
+
+
+ | Name |
+
+ @if($appInstance->getUserFirstName() && $appInstance->getUserLastName())
+ {{ $appInstance->getUserFirstName() }} {{ $appInstance->getUserLastName() }}
+ @else
+ N/A
+ @endif
+ |
+
+
+ | Email |
+
+ @if($appInstance->getUserEmail())
+ {{ $appInstance->getUserEmail() }}
+ @else
+ N/A
+ @endif
+ |
+
+ @if($appInstance->getKeyValue('hide-login-email-info') != 'true')
+
+ | Username |
+
+ @if($appInstance->getGeneratedAppAdminUsername())
+ {{ $appInstance->getGeneratedAppAdminUsername() }}
+ @else
+ missing - please contact support
+ @endif
+ |
+
+
+ | Password |
+
+ @if($appInstance->getGeneratedAppAdminPassword())
+ {{ $appInstance->getGeneratedAppAdminPassword() }}
+ @else
+ missing - please contact support
+ @endif
+ |
+
+ @endif
+
+