@extends('system.updater.app') @section('title', 'Update Completed') @section('content')

phpvms updater

Update completed!.

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

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

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