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