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