Lae/resources/views/pay.blade.php

14 lines
143 B
PHP
Raw Normal View History

2022-09-01 09:48:29 +00:00
<!DOCTYPE html>
<html>
2022-09-08 16:12:02 +00:00
2022-09-01 09:48:29 +00:00
<head>
2022-09-08 16:12:02 +00:00
<meta charset="utf-8" />
2022-09-01 09:48:29 +00:00
<title>支付订单</title>
</head>
<body>
{!! $html !!}
</body>
</html>