mirror of
https://gh.wpcy.net/https://github.com/bigmax1018/freescout-Themes-Module-main.git
synced 2026-04-17 12:34:13 +08:00
9 lines
176 B
PHP
9 lines
176 B
PHP
@extends('themes::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('themes.name') !!}
|
|
</p>
|
|
@stop
|