We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae5d6cc + 8957dea commit dc7abb0Copy full SHA for dc7abb0
screens/Login.png
943 Bytes
src/argon-stubs/resources/views/auth/login.blade.php
@@ -23,9 +23,12 @@
23
<div class="card-body px-lg-5 py-lg-5">
24
<div class="text-center text-muted mb-4">
25
<small>
26
- Create new account OR Sign in with these credentials:
27
- <br>
28
- Username <strong>admin@argon.com</strong> Password: <strong>secret</strong>
+ <a href="{{ route('register') }}">{{ __('Create new account') }}</a> {{ __('OR Sign in with these credentials:') }}
+ </small>
+ <br>
29
+ <small>
30
+ {{ __('Username') }} <strong>admin@argon.com</strong>
31
+ {{ __('Password') }} <strong>secret</strong>
32
</small>
33
</div>
34
<form role="form" method="POST" action="{{ route('login') }}">
0 commit comments