mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-23 05:03:33 -05:00
10 lines
166 B
Plaintext
Executable File
10 lines
166 B
Plaintext
Executable File
@extends('header')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
|
|
</p>
|
|
@stop
|