@if(Session::has('message'))
Alert: {{ Session::get('message') }}
@endif
{{ Form::open(['action'=>'InstallController@install','method'=>'post']) }}
{{ Form::close() }}