10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
@extends('$LOWER_NAME$::layouts.frontend')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
|
|
</p>
|
|
@endsection
|