12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
@extends('$LOWER_NAME$::layouts.frontend')
|
|
|
|
@section('title', '$STUDLY_NAME$')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {{ config('$LOWER_NAME$.name') }}
|
|
</p>
|
|
@endsection
|