@extends('installer::app') @section('title', 'Update phpVMS') @section('content')

phpvms updater

Press continue to check if there are any updates available.

{!! Form::open(['route' => 'update.step1', 'method' => 'post']) !!}

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

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