mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-04 11:21:46 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			160 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			160 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('errors::minimal')
 | 
						|
 | 
						|
@section('title', __('Server Error'))
 | 
						|
@section('code', '500')
 | 
						|
@section('message',  __($exception->getMessage() ?: 'Server Error'))
 |