@extends("layouts.master2")

@section('content')
    <h1>Hello World</h1>

    <p>Addon: {!! config('$LOWER_NAME$.name') !!}</p>
@endsection
