This website works better with JavaScript
Home
Explore
Help
Sign In
jichaobo
/
laravel5.4-company-master
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
laravel5.4-c...
/
resources
/
views
/
errors
/
503.blade.php
503.blade.php
136 B
Permalink
History
Raw
1
2
3
4
5
6
7
@extends('errors.error')
@section('code', '503')
@section('text')
<p>非常抱歉!服务器异常,请稍后再试。</p>
@stop