diff --git a/resources/views/linkstack/linkstack.blade.php b/resources/views/linkstack/linkstack.blade.php index 57b497e..0cd842d 100644 --- a/resources/views/linkstack/linkstack.blade.php +++ b/resources/views/linkstack/linkstack.blade.php @@ -12,7 +12,7 @@ @stack('linkstack-body-start') @include('linkstack.modules.admin-bar') @include('linkstack.modules.share-button') - @include('components.report-icon') + @include('linkstack.modules.report-icon')
@@ -22,7 +22,7 @@ @include('linkstack.elements.icons') @endforeach @include('linkstack.elements.buttons') - @include('layouts.footer') + @include('linkstack.modules.footer')
diff --git a/resources/views/layouts/footer.blade.php b/resources/views/linkstack/modules/footer.blade.php old mode 100755 new mode 100644 similarity index 100% rename from resources/views/layouts/footer.blade.php rename to resources/views/linkstack/modules/footer.blade.php diff --git a/resources/views/components/report-icon.blade.php b/resources/views/linkstack/modules/report-icon.blade.php similarity index 100% rename from resources/views/components/report-icon.blade.php rename to resources/views/linkstack/modules/report-icon.blade.php