2015-09-06 03:25:57 +08:00
|
|
|
@extends('public')
|
|
|
|
|
|
|
|
@section('header-buttons')
|
|
|
|
@if(!$signedIn)
|
2016-08-14 19:29:35 +08:00
|
|
|
<a href="{{ baseUrl("/login") }}"><i class="zmdi zmdi-sign-in"></i>Sign in</a>
|
2015-09-06 03:25:57 +08:00
|
|
|
@endif
|
|
|
|
@stop
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
<div class="text-center">
|
|
|
|
<div class="center-box">
|
|
|
|
<h2>Thanks for registering!</h2>
|
2016-08-14 19:29:35 +08:00
|
|
|
<p>Please check your email and click the confirmation button to access {{ setting('app-name', 'BookStack') }}.</p>
|
2015-09-06 03:25:57 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|