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