mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('portal.ninja2020.layout.error')
 | 
						|
 | 
						|
@section('title', __('Not Found'))
 | 
						|
@section('code', '404')
 | 
						|
@section('message', __('Not Found'))
 |