phpvms/resources/modules/stubs/views/index.stub
2017-12-01 14:34:37 -06:00

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