8 |
9 |
10 | {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
11 |
12 |
13 | @if (session('status'))
14 |
15 | {{ session('status') }}
16 |
17 | @endif
18 |
19 |
20 |
21 |
35 |
36 |