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

phpvms updater

Press continue to check if there are any updates available.

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

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

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