mirror of
https://git.yylx.win/https://github.com/passatgt/freescout-woocommerce.git
synced 2026-02-23 15:57:36 +08:00
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
|