Files
aso/Modules/HospitalPortal/Resources/views/index.blade.php
Linksehat Staging Server 70fc1579e7 update
2024-07-12 08:41:18 +07:00

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