Files
phpvms/resources/views/layouts/default/auth/registered.blade.php
2018-05-21 09:54:18 -05:00

12 lines
289 B
PHP

@extends('app')
@section('title', trans('frontend.auth.registrationsubmitted'))
@section('content')
<div class="container registered-page">
<h3>@lang('frontend.auth.registrationconfirmation')</h3>
<p>
@lang('frontend.auth.confirmationmessage')
</p>
</div>
@endsection