2014-06-02 19:21:47 +03:00
|
|
|
@extends('public.header')
|
2013-12-31 21:49:54 +02:00
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
2014-06-02 19:21:47 +03:00
|
|
|
<p> <p>
|
|
|
|
|
<p> <p>
|
|
|
|
|
|
|
|
|
|
<div class="well">
|
|
|
|
|
<div class="container" style="min-height:400px">
|
|
|
|
|
<h3>{{ $error }}</h3>
|
|
|
|
|
Looks like something went wrong.<br/>
|
|
|
|
|
If you'd like help please email us at contact@invoiceninja.com.
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p> <p>
|
|
|
|
|
<p> <p>
|
|
|
|
|
|
2013-12-31 21:49:54 +02:00
|
|
|
|
|
|
|
|
@stop
|