Fork of passatgt/viszt FreeScout WooCommerce 1.0 for self-maintenance. Target: modern WC REST and mall.weixiaoduo integration.
9 lines
186 B
PHP
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
|