You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
192 B
PHTML

4 years ago
@extends('httpheaderauth::layouts.master')
4 years ago
@section('content')
<h1>Hello World</h1>
<p>
4 years ago
This view is loaded from module: {!! config('httpheaderauth.name') !!}
4 years ago
</p>
@stop