2018-03-12 07:00:42 +08:00
|
|
|
@extends('app')
|
2018-05-18 06:03:30 +08:00
|
|
|
@section('title', trans('frontend.auth.registrationpending'))
|
2018-02-04 08:18:09 +08:00
|
|
|
|
2017-12-23 03:38:24 +08:00
|
|
|
@section('content')
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12 " style="text-align: center;">
|
|
|
|
<div class="flex-center position-ref full-height">
|
|
|
|
<div class="title m-b-md">
|
2018-05-18 06:03:30 +08:00
|
|
|
<h2 class="description">@lang('frontend.auth.pendingmessage')</h2>
|
2017-12-23 03:38:24 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endsection()
|