ufutx.dma/resources/views/errorMessage.blade.php

10 lines
108 B
PHP
Raw Permalink Normal View History

2026-03-04 14:42:40 +08:00
<!DOCTYPE html>
<html>
<head>
<title>错误信息</title>
</head>
<body>
{{ $message }}
</body>
</html>