New-OMIS/stubs/nwidart-stubs/views/edit.stub
2024-04-15 10:15:16 +05:45

8 lines
155 B
Plaintext

@extends('$LOWER_NAME$::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('$LOWER_NAME$.name') !!}</p>
@endsection