mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
20 lines
322 B
PHP
20 lines
322 B
PHP
|
@extends('public.header')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<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>
|
||
|
|
||
|
|
||
|
@stop
|