mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-portal-submit.git
synced 2026-04-18 06:02:19 +08:00
9 lines
194 B
PHP
9 lines
194 B
PHP
@extends('itkportalsubmit::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('itkportalsubmit.name') !!}
|
|
</p>
|
|
@stop
|