mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:47:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('portal.ninja2020.layout.client_error')
 | 
						|
 | 
						|
@section('title', __($title) ?: 'Server Error')
 | 
						|
@section('code', __($code) ?: '500')
 | 
						|
@section('message', __($message) ?: 'System Error')
 |