mirror of
https://gh.wpcy.net/https://github.com/jshrek/Freescout-Module-Disable-New-Conversation-Email-Notification-Per-Mailbox.git
synced 2026-04-30 16:22:20 +08:00
9 lines
224 B
PHP
9 lines
224 B
PHP
@extends('disablenewconvoemailpermailbox::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('disablenewconvoemailpermailbox.name') !!}
|
|
</p>
|
|
@stop
|