mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 14:06:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @props([
 | |
| 'code' => '404',
 | |
| 'title' => 'Not found',
 | |
| 'subtitle' => $exception->getMessage() ?? 'The requested resource was not found.',
 | |
| 'icon' => 'tabler-zoom-question'
 | |
| ])
 | |
| 
 | |
| @extends('errors::layout')
 | 
