clara_old/stubs/nwidart-stubs/views/index.stub
Daeng Deni Mardaeni 6210e33a3b Initial commit
2023-07-03 14:58:31 +07:00

10 lines
194 B
Plaintext

@extends('$LOWER_NAME$::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
</p>
@endsection