403.blade.php 86 B

12345
  1. @extends('errors.base')
  2. @section('content')
  3. <h2>无权限访问</h2>
  4. @endsection