mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/WordPressFreeScout.git
synced 2026-04-17 06:02:15 +08:00
9 lines
200 B
PHP
9 lines
200 B
PHP
@extends('wordpressfreescout::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('wordpressfreescout.name') !!}
|
|
</p>
|
|
@stop
|