phpvms/resources/views/layouts/default/auth/pending.blade.php

15 lines
421 B
PHP
Raw Normal View History

@extends('app')
2018-05-18 06:03:30 +08:00
@section('title', trans('frontend.auth.registrationpending'))
@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>
</div>
</div>
</div>
</div>
@endsection()