|
|
@@ -18,14 +18,19 @@ |
|
|
|
@guest |
|
|
|
<form class= 'login' method='POST'> |
|
|
|
@csrf |
|
|
|
<div> |
|
|
|
<label for='sender_email'>Email</label> |
|
|
|
<input required type='email' name='sender_email' placeholder='' |
|
|
|
spellcheck='false'> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<label for='sender_password'>Password</label> |
|
|
|
<input required type='password' name='sender_password' placeholder='' spellcheck='false'> |
|
|
|
</div> |
|
|
|
<button class='login-button'type="login">Log in</button> |
|
|
|
</form> |
|
|
|
<a href='/register' class='register-button' type="login">Register</a> |
|
|
|
</form> |
|
|
|
|
|
|
|
@endguest |
|
|
|
<span class="icon-bar"></span> |
|
|
|
<!-- probably not needed --> |
|
|
|