@extends('importer::app') @section('title', 'Import Completed!') @section('content')
{{ Form::open(['route' => 'importer.complete', 'method' => 'GET']) }}

Installer Completed!

Edit the config.php to fill in some additional settings.

Click the button to proceed to the login screen!

{{ Form::submit('Import Complete! Continue to Log-In >>', ['class' => 'btn btn-success']) }}

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