@extends('updater::app') @section('title', 'Update phpVMS') @section('content')
Click run to complete the update!.
{{ Form::open(['route' => 'update.run_migrations', 'method' => 'post']) }}{{ Form::submit('Run >>', ['class' => 'btn btn-success']) }}
{{ Form::close() }} @endsection