Register form and functionally

This commit is contained in:
Kyle
2017-08-11 16:50:14 +00:00
parent 3f61b82b11
commit 5b83ca3e9b
7 changed files with 103 additions and 79 deletions

View File

@@ -0,0 +1,10 @@
@extends('layouts.default.app')
@section('content')
<div class="container registered-page">
<h3>Registration Confirmation</h3>
<p>Your application has been submitted. It requires staff member approval, once a staff member has reviewed your application, you will receive an email confirmation.</p>
</div>
@endsection