Files
aso/Modules/HospitalPortal/Resources/views/index.blade.php
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +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