phpvms/resources/stubs/modules/views/index.stub
2017-12-13 22:24:41 -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