mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
14 lines
296 B
PHP
14 lines
296 B
PHP
@extends('setup.master')
|
|
|
|
@section('content')
|
|
<h1>
|
|
{{ trans('setup.locked.title') }}
|
|
@include('setup.wizard.language')
|
|
</h1>
|
|
|
|
<p>{{ trans('setup.locked.text') }}</p>
|
|
<p class="step">
|
|
<a href="{{ url('/') }}" class="button button-large">{{ trans('setup.locked.button') }}</a>
|
|
</p>
|
|
@endsection
|