Initial commit

This commit is contained in:
Kwesi Banson Jnr
2026-07-17 09:58:21 +00:00
commit b71f5c7553
8555 changed files with 725382 additions and 0 deletions

17
layout.md Normal file
View File

@@ -0,0 +1,17 @@
resources/views/
├── layouts/
│ └── master.blade.php
├── partials/
│ ├── sidebar.blade.php
│ ├── topbar.blade.php
│ ├── footer.blade.php
│ └── breadcrumbs.blade.php
├── dashboard/
│ └── index.blade.php
└── users/
├── index.blade.php
└── create.blade.php