@extends('system.installer.app') @section('title', 'Install phpVMS') @section('content')

Click on Start to Continue

{{ Form::open(['route' => 'installer.step1post', 'method' => 'post']) }}

{{ Form::submit('Start >>', ['class' => 'btn btn-success']) }}

{{ Form::close() }} @endsection