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

Install Completed!

Click the button to proceed to the login screen!

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

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