6 <div class="text-center">
7 <div class="center-box text-left">
8 <h1>Reset Password</h1>
10 <p class="muted small">Enter your email below and you will be sent an email with a password reset link.</p>
12 <form action="{{ baseUrl("/password/email") }}" method="POST">
15 <div class="form-group">
16 <label for="email">Email</label>
17 @include('form/text', ['name' => 'email'])
20 <div class="from-group">
21 <button class="button block pos">Send Reset Link</button>