blessing-skin-server/resources/views/setup/wizard/finish.tpl
2017-01-22 22:32:50 +08:00

25 lines
552 B
PHP

@extends('setup.master')
@section('content')
<h1>{{ trans('setup.wizard.finish.title') }}
@include('setup.wizard.language')
</h1>
<p>{{ trans('setup.wizard.finish.text') }}</p>
<table class="form-table install-success">
<tr>
<th>{{ trans('auth.email') }}</th>
<td>{{ $email }}</td>
</tr>
<tr>
<th>{{ trans('auth.password') }}</th>
<td><p><em>{{ $password }}</em></p></td>
</tr>
</table>
<p class="step">
<a href="../" class="button button-large">{{ trans('general.index') }}</a>
</p>
@endsection