@extends('installer::app') @section('title', 'Update phpVMS') @section('content')
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