mirror of
https://gh.wpcy.net/https://github.com/Nexulo/freescout-extended-mail-vars.git
synced 2026-04-17 08:32:19 +08:00
9 lines
206 B
PHP
9 lines
206 B
PHP
@extends('maisenextendetmailvar::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('maisenextendetmailvar.name') !!}
|
|
</p>
|
|
@stop
|