WooCommerce/Resources/views/index.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

9 lines
186 B
PHP

@extends('woocommerce::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('woocommerce.name') !!}
</p>
@stop