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

phpvms updater

Updates have been found, click run to complete the update!.

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

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

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