diff --git a/2 b/2 new file mode 100644 index 0000000..7ffb691 --- /dev/null +++ b/2 @@ -0,0 +1,39 @@ + + {{dd('sa')}} + + + + + + + + + テクニカル諏訪子 + + @include('theme.'.env('THEME').'.component.favicon') + + @include('theme.'.env('THEME').'.component.colors') + + + @include('theme.'.env('THEME').'.component.navbar') +
+
+
+ @include('theme.'.env('THEME').'.component.header') + @include('theme.'.env('THEME').'.component.appbar') +
+ @include('theme.'.env('THEME').'.component.menu') +
+ @include('theme.'.env('THEME').'.component.contentedit') + @yield('content') +
+
+ @include('theme.'.env('THEME').'.component.footer') +
+
+
+ + + + + diff --git a/resources/views/theme/techsuwa/component/contentedit.blade.php b/resources/views/theme/techsuwa/component/contentedit.blade.php index ed1b61a..47c444a 100644 --- a/resources/views/theme/techsuwa/component/contentedit.blade.php +++ b/resources/views/theme/techsuwa/component/contentedit.blade.php @@ -22,6 +22,6 @@ } } ?> - @include('theme.'.env('THEME').'.contentedit.content') - @include('theme.'.env('THEME').'.contentedit.video') + @include('theme.'.env('THEME').'.component.contentedit.content') + @include('theme.'.env('THEME').'.component.contentedit.video') @endif