@extends('install.layouts.master')
@section('title', 'Finally ...')
@section('container')
@if($alreadyInstalled)
Signal loans is already installed.
For a new installation, delete database tables and re-run this installer.
@else
Click install to setup database tables plus add some needed seed data.
This might take some moment
{!! Form::open(array('url' => url('install/installation'), 'method' => 'post', 'name' => 'form',"enctype"=>"multipart/form-data")) !!}
{!! Form::close() !!}
@endif
@endsection