@extends('master') @section('head') @stop @section('body') {{ Form::open(array('url' => 'get_started', 'id' => 'startForm')) }} {{ Form::hidden('guest_key') }} {{ Form::close() }}

Contact us

@if (Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif

Have a question or just want to say hi?

Fill in the form below and we'll get back to you as soon as possible (within 24 hours). Hope to hear from you.

{{ Former::open('contact')->addClass('feedbackForm') }}
{{ Former::close() }}

Other ways to reach us

contact@invoiceninja.com

(800) 763-1948

@stop