Blame view

app/Console/Stubs/Modules/views/index.stub 188 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  @extends('$LOWER_NAME$::layouts.master')
  
  @section('content')
      <h1>Hello World</h1>
  
      <p>
          This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
      </p>
  @stop