mirror of
https://gh.wpcy.net/https://github.com/darktohka/FreescoutDiscordModule.git
synced 2026-07-15 03:13:12 +08:00
13 lines
305 B
PHP
13 lines
305 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<h1>{{ __('Hello World') }}</h1>
|
|
|
|
<p>
|
|
{{ __('This view is loaded from module') }}
|
|
</p>
|
|
|
|
<p>
|
|
{{ __('This is text from the third party composer package: :text', ['text' => (new \Rivsen\Demo\Hello())->getName()]) }}
|
|
</p>
|
|
@stop
|