New-OMIS/stubs/nwidart-stubs/views/index.stub

8 lines
155 B
Plaintext
Raw Normal View History

2024-04-04 10:35:27 +00:00
@extends('$LOWER_NAME$::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('$LOWER_NAME$.name') !!}</p>
@endsection