Kundesone/resources/views/terms-conditions.blade.php

15 lines
266 B
PHP
Raw Normal View History

2024-10-08 12:30:49 +00:00
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Terms And Conditions</title>
</head>
<body>
<div>
{!! $link_text !!}
</div>
</body>
</html>