10 lines
182 B
PHP
Executable File
10 lines
182 B
PHP
Executable File
@extends('client::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('client.name') !!}
|
|
</p>
|
|
@endsection
|