mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:07:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			169 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			169 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('portal.ninja2020.layout.error')
 | 
						|
 | 
						|
@section('title', $title ?? 'Error')
 | 
						|
@section('code', __($code) ?? '500')
 | 
						|
@section('message', __($message) ?? 'System Error')
 |