@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
