love_php/resources/views/errorMessage.blade.php

9 lines
105 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<!DOCTYPE html>
<html>
<head>
<title>错误信息</title>
</head>
<body>
{{ $err_msg }}
</body>
</html>