14 lines
428 B
PHP
14 lines
428 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div id='basic'>
|
|
<b-container>
|
|
<b-row><b-col><h3>User not verified yet</h3></b-col></b-row>
|
|
<b-row><b-col>
|
|
Your account has not yet been verified by a system administrator.
|
|
<p>
|
|
Please contact one of the system administrators in order to activate your account.
|
|
</b-col></b-row>
|
|
</b-container>
|
|
</div>
|
|
@endsection |