mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:47:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			382 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			382 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('public.header')
 | 
						|
 | 
						|
@section('content')
 | 
						|
 | 
						|
<p> <p>
 | 
						|
<p> <p>
 | 
						|
 | 
						|
<div class="well">
 | 
						|
  <div class="container" style="min-height:400px">
 | 
						|
  <h3>{{ trans('texts.error_title') }}...</h3>
 | 
						|
  <h4>{{ $error }}</h4>
 | 
						|
  <h4>{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_FROM_ADDRESS'))]) }}</h4>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<p> <p>
 | 
						|
<p> <p>
 | 
						|
 | 
						|
@stop
 |