mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			428 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			428 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layout.v2.error')
 | |
| @section('status_code','503')
 | |
| @section('status','Service Unavailable')
 | |
| @section('sub_title', trans('errors.maintenance_mode'))
 | |
| @section('content')
 | |
| <div class="row">
 | |
|     <div class="col-">
 | |
|         <p>
 | |
|             {{ trans('errors.be_right_back') }}
 | |
|         </p>
 | |
|         <p class="text-danger">
 | |
|             {{ trans('errors.check_back') }}
 | |
|         </p>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 | |
| 
 | |
| 
 | |
| @endsection
 | |
| 
 |