pms module setup

This commit is contained in:
2024-04-16 11:38:27 +05:45
parent 4a396e6f98
commit 3f0d9a420b
30 changed files with 456 additions and 53 deletions

View File

@ -0,0 +1,7 @@
@extends('pms::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('pms.name') !!}</p>
@endsection