Initial commit
This commit is contained in:
17
layout.md
Normal file
17
layout.md
Normal 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
|
||||
Reference in New Issue
Block a user