2017-12-15 06:38:29 +08:00
|
|
|
@extends('installer::app')
|
2018-01-19 09:24:06 +08:00
|
|
|
@section('title', 'Install phpVMS')
|
2017-12-15 06:38:29 +08:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<h2>phpvms installer</h2>
|
|
|
|
<p>Press continue to start</p>
|
|
|
|
{!! Form::open(['route' => 'installer.step1', 'method' => 'post']) !!}
|
|
|
|
<p style="text-align: right">
|
|
|
|
{!! Form::submit('Start >>', ['class' => 'btn btn-success']) !!}
|
|
|
|
</p>
|
|
|
|
{!! Form::close() !!}
|
|
|
|
@endsection
|