@extends('errors/layout') @section('title') 网站维护中 @endsection @section('content') <h1><i class="fa fa-exclamation-triangle orange"></i> 网站维护中,请稍后再访问.</h1> <p class="lead">我们正在对网站进行维护,维护期间暂时不能正常访问,抱歉!</p> @endsection