WooCommerce/Resources/views/layouts/master.blade.php
feibisi f2cf402570 chore: import WooCommerce module v1.0 upstream + feibisi fork metadata
Fork of passatgt/viszt FreeScout WooCommerce 1.0 for self-maintenance.
Target: modern WC REST and mall.weixiaoduo integration.
2026-07-12 10:14:06 +08:00

12 lines
325 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Module WooCommerce</title>
</head>
<body>
@yield('content')
</body>
</html>