6 <div class="col-md-6 col-md-offset-3">
7 <h2>Email Address not confirmed</h2>
8 <p class="text-muted">Your email address has not yet been confirmed. <br>
9 Please click the link in the email that was sent shortly after you registered. <br>
10 If you cannot find the email you can re-send the confirmation email by submitting the form below.
13 <form action="{{ baseUrl("/register/confirm/resend") }}" method="POST">
15 <div class="form-group">
16 <label for="email">Email Address</label>
18 @include('form/text', ['name' => 'email', 'model' => auth()->user()])
20 @include('form/text', ['name' => 'email'])
23 <div class="form-group">
24 <button type="submit" class="button pos">Resend Confirmation Email</button>