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

phpvms updater

It seems like you're up to date!

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

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

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