mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 07:06:51 +01:00 
			
		
		
		
	 3ffb54503f
			
		
	
	
		3ffb54503f
		
			
		
	
	
	
	
		
			
			* add custom error pages * move icon in front of header text * show exception message if user is root admin * add missing page for very important error: 418 * Update resources/views/errors/layout.blade.php * Update resources/views/errors/layout.blade.php * add dark mode to error pages --------- Co-authored-by: Lance Pioch <lancepioch@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @props([
 | |
| 'code' => '401',
 | |
| 'title' => 'Unauthorized',
 | |
| 'subtitle' => 'You are not authorized to access this resource.',
 | |
| 'icon' => 'tabler-exclamation-circle'
 | |
| ])
 | |
| 
 | |
| @extends('errors::layout') |