Skip to content

Commit 4fd8f4c

Browse files
fixes
1 parent 0b608fa commit 4fd8f4c

File tree

9 files changed

+16
-839
lines changed

9 files changed

+16
-839
lines changed

readme.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -417,24 +417,16 @@ The documentation for the Black Dashboard Laravel is hosted at our [website](htt
417417
│ reset.blade.php
418418
419419
├───layouts
420-
│ │ app.blade.php
421-
│ │ footer.blade.php
422-
│ │
423-
│ ├───footers
424-
│ │ auth.blade.php
425-
│ │ guest.blade.php
426-
│ │
427-
│ ├───navbars
428-
│ │ │ navbar.blade.php
429-
│ │ │ sidebar.blade.php
430-
│ │ │
431-
│ │ └───navs
432-
│ │ auth.blade.php
433-
│ │ guest.blade.php
434-
│ │
435-
│ └───page_templates
436-
│ auth.blade.php
437-
│ guest.blade.php
420+
│ │ app.blade.php
421+
│ │ footer.blade.php
422+
│ │
423+
│ └───navbars
424+
│ │ navbar.blade.php
425+
│ │ sidebar.blade.php
426+
│ │
427+
│ └───navs
428+
│ auth.blade.php
429+
│ guest.blade.php
438430
439431
├───pages
440432
│ icons.blade.php

src/black-stubs/resources/views/layouts/footers/auth.blade.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/black-stubs/resources/views/layouts/footers/guest.blade.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/black-stubs/resources/views/layouts/page_templates/auth.blade.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/black-stubs/resources/views/layouts/page_templates/guest.blade.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)