mirror of
https://gh.wpcy.net/https://github.com/hayBIT/freescout2ant.git
synced 2026-07-15 05:51:11 +08:00
9 lines
188 B
PHP
9 lines
188 B
PHP
@extends('ameisemodule::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('ameisemodule.name') !!}
|
|
</p>
|
|
@stop
|