develop
Last change
on this file since 1c25bcf was 1c25bcf, checked in by Berat Kjufliju <kufliju@…>, 3 years ago |
added 2fa, bug fixes, edited blades
|
-
Property mode
set to
100644
|
File size:
866 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | @extends('layouts.auth')
|
---|
| 2 |
|
---|
[4b7e2d3] | 3 | @section("title", "SaveSpace - Forgot")
|
---|
[7304c7f] | 4 |
|
---|
| 5 | @section('content')
|
---|
| 6 |
|
---|
| 7 | <!-- logo -->
|
---|
| 8 | <div id="logo">
|
---|
[1c25bcf] | 9 | <img class="logo" width="150" src="{{ url('assets/media/images/logo.png') }}" alt="image">
|
---|
[7304c7f] | 10 | </div>
|
---|
| 11 | <!-- ./ logo -->
|
---|
| 12 |
|
---|
| 13 | <h5>Reset password</h5>
|
---|
| 14 |
|
---|
| 15 | <!-- form -->
|
---|
| 16 | <form action="{{ route("auth.forgot") }}" method="post">
|
---|
| 17 | @csrf
|
---|
| 18 |
|
---|
| 19 | <div class="form-group">
|
---|
[1c25bcf] | 20 | <input type="email" name="email" class="form-control" id="" aria-describedby="emailHelp" placeholder="Email" required autofocus>
|
---|
[7304c7f] | 21 | </div>
|
---|
| 22 | <button type="submit" class="btn btn-primary btn-block">Submit</button>
|
---|
| 23 | <hr>
|
---|
[1c25bcf] | 24 | <p class="text-muted">I remember my password</p>
|
---|
| 25 | <a href="{{ route("auth.loginShow") }}" class="btn btn-sm btn-outline-light ml-1">Login</a>
|
---|
[7304c7f] | 26 | </form>
|
---|
| 27 | <!-- ./ form -->
|
---|
| 28 |
|
---|
| 29 | @endsection
|
---|
Note:
See
TracBrowser
for help on using the repository browser.