mirror of
https://gh.wpcy.net/https://github.com/sogjugz/freescout-remote-response.git
synced 2026-07-15 23:26:22 +08:00
9 lines
196 B
PHP
9 lines
196 B
PHP
@extends('ssremoteresponse::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('ssremoteresponse.name') !!}
|
|
</p>
|
|
@stop
|