3 @section('body-class', 'image-cover login')
8 <div class="text-center">
9 <div class="center-box text-left">
10 <h1>Reset Password</h1>
12 <p class="muted small">Enter your email below and you will be sent an email with a password reset link.</p>
14 <form action="/password/email" method="POST">
17 <div class="form-group">
18 <label for="email">Email</label>
19 @include('form/text', ['name' => 'email'])
22 <div class="from-group">
23 <button class="button block pos">Send Reset Link</button>