freescout-woocommerce/Resources/views/index.blade.php
Viszt Péter ae7833888f v1
2020-10-07 21:21:36 +02: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