503.blade.php 136 B

1234567
  1. @extends('errors.error')
  2. @section('code', '503')
  3. @section('text')
  4. <p>非常抱歉!服务器异常,请稍后再试。</p>
  5. @stop