+ @if (trim($__env->yieldContent('page_title'))) + @include('architect::layouts.partials.contentheader') + @endif - -
-
- - @yield('main-content') + +
+
+ + @yield('main-content') +
@@ -42,4 +44,4 @@ @yield('page-scripts') @show - + \ No newline at end of file diff --git a/resources/themes/architect/views/layouts/auth.blade.php b/resources/themes/architect/views/layouts/auth.blade.php new file mode 100644 index 0000000..29bdda9 --- /dev/null +++ b/resources/themes/architect/views/layouts/auth.blade.php @@ -0,0 +1,21 @@ + + + @section('htmlheader') + @include('architect::layouts.partials.htmlheader') + @show + + +
+ @yield('content') +
+ + @section('scripts') + @include('architect::auth.partials.scripts') + + {{-- Scripts --}} + {!! Asset::scripts() !!} + + @yield('page-scripts') + @show + + \ No newline at end of file diff --git a/resources/themes/architect/views/layouts/partials/contentfooter.blade.php b/resources/themes/architect/views/layouts/partials/contentfooter.blade.php index e7799c4..ef32cd3 100644 --- a/resources/themes/architect/views/layouts/partials/contentfooter.blade.php +++ b/resources/themes/architect/views/layouts/partials/contentfooter.blade.php @@ -5,7 +5,7 @@ @@ -18,7 +18,7 @@
NEW
- Footer Link 4 + Footer Link --}} @@ -26,4 +26,4 @@