@extends('system.installer.app') @section('title', 'Installation Completed!') @section('content')
Edit the .env file to fill in some additional settings.
Click the button to proceed to the login screen!
{{ Form::submit('Install Complete! Continue to Log-In >>', ['class' => 'btn btn-success']) }}
{{ Form::close() }}