1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01: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')
2016-07-21 14:30:11 +02:00
<p>&nbsp;<p>
<p>&nbsp;<p>
2015-03-16 22:45:25 +01:00
2016-07-21 14:30:11 +02:00
<div class="well">
<div class="container" style="min-height:400px">
<h3>Something went wrong...</h3>
<h4>{{ $error }}</h4>
<h4>If you'd like help please email us at {{ env('MAIL_USERNAME') }}.</h4>
</div>
</div>
2015-03-16 22:45:25 +01:00
2016-07-21 14:30:11 +02:00
<p>&nbsp;<p>
<p>&nbsp;<p>
2015-03-16 22:45:25 +01:00
2016-06-22 11:22:38 +02:00
@stop