@extends('installer::app') @section('title', 'Install phpVMS') @section('content')
Press continue to start
{!! Form::open(['route' => 'installer.step1', 'method' => 'post']) !!}{!! Form::submit('Start >>', ['class' => 'btn btn-success']) !!}
{!! Form::close() !!} @endsection