Register form and functionally
This commit is contained in:
10
resources/views/layouts/default/auth/registered.blade.php
Normal file
10
resources/views/layouts/default/auth/registered.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user