mirror of
https://gh.wpcy.net/https://github.com/totake0224/LINEIntegration.git
synced 2026-07-15 16:25:27 +08:00
9 lines
194 B
PHP
Executable file
9 lines
194 B
PHP
Executable file
@extends('lineintegration::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('lineintegration.name') !!}
|
|
</p>
|
|
@stop
|