Files
kulakpos_web/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views/transact.blade.php

12 lines
251 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<html>
<head>
<title>Merchant Check Out Page</title>
</head>
<body>
<br>
<br>
<center><h1>Your transaction is being processed!!!</h1></center>
<center><h2>Please do not refresh this page...</h2></center>
@yield('payment_redirect')
</body>
</html>