2016-12-08 15:41:35 +02:00

10 lines
166 B
Plaintext
Executable File

@extends('header')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
</p>
@stop