| 
									
										
										
										
											2016-02-04 04:52:25 +08:00
										 |  |  | @extends('base') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-03 05:04:43 +08:00
										 |  |  |     <div class="container small py-xl"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <main class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:53:23 +08:00
										 |  |  |             <div class="body"> | 
					
						
							| 
									
										
										
										
											2020-02-03 05:04:43 +08:00
										 |  |  |                 <h3>{{ trans('errors.error_occurred') }}</h3> | 
					
						
							|  |  |  |                 <h5 class="mb-m">{{ $message ?? 'An unknown error occurred' }}</h5> | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |                 <p><a href="{{ url('/') }}" class="button outline">{{ trans('errors.return_home') }}</a></p> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:53:23 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2020-02-03 05:04:43 +08:00
										 |  |  |         </main> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-04 04:52:25 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |