1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/resources/views/error.blade.php

20 lines
329 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
@extends('public.header')
@section('content')
<p>&nbsp;<p>
<p>&nbsp;<p>
<div class="well">
<div class="container" style="min-height:400px">
2015-04-27 14:28:40 +02:00
<h3>Something went wrong...</h3>
2015-10-20 19:12:34 +02:00
<h4>{{ $error }}</h4>
2015-12-31 12:31:50 +01:00
<h4>If you'd like help please email us at {{ env('MAIL_USERNAME') }}.</h4>
2015-03-16 22:45:25 +01:00
</div>
</div>
<p>&nbsp;<p>
<p>&nbsp;<p>
2016-06-22 11:22:38 +02:00
@stop