diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 8ebd6fd74..28c39b831 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -3,35 +3,33 @@ @include('partials.admin.head') - @stack('body_start') - @include('partials.admin.menu') + @include('partials.admin.menu') -
+
- @include('partials.admin.navbar') + @include('partials.admin.navbar') -
+
- @include('partials.admin.header') + @include('partials.admin.header') -
+
- @include('partials.admin.content') + @include('partials.admin.content') - @include('partials.admin.footer') - -
+ @include('partials.admin.footer')
+
+ @stack('body_end') @include('partials.admin.scripts') - diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index 3c9d85685..e13164003 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -3,69 +3,67 @@ @include('partials.auth.head') - @stack('body_start') -
-
-
-
-
-
- Akaunting -
+
+
+
+
+
+
+ Akaunting
+
- @stack('login_box_start') -
-
-
- @stack('body_end') @include('partials.auth.scripts') - diff --git a/resources/views/layouts/modules.blade.php b/resources/views/layouts/modules.blade.php index 92c912d61..27798483e 100644 --- a/resources/views/layouts/modules.blade.php +++ b/resources/views/layouts/modules.blade.php @@ -3,35 +3,33 @@ @include('partials.modules.head') - @stack('body_start') - @include('partials.admin.menu') + @include('partials.admin.menu') -
+
- @include('partials.admin.navbar') + @include('partials.admin.navbar') -
+
- @include('partials.admin.header') + @include('partials.admin.header') -
+
- @include('partials.admin.content') + @include('partials.admin.content') - @include('partials.admin.footer') - -
+ @include('partials.admin.footer')
+
+ @stack('body_end') @include('partials.admin.scripts') - diff --git a/resources/views/layouts/portal.blade.php b/resources/views/layouts/portal.blade.php index 37a1fd6db..303d98910 100644 --- a/resources/views/layouts/portal.blade.php +++ b/resources/views/layouts/portal.blade.php @@ -3,35 +3,33 @@ @include('partials.portal.head') - @stack('body_start') - @include('partials.portal.menu') + @include('partials.portal.menu') -
+
- @include('partials.portal.navbar') + @include('partials.portal.navbar') -
+
- @include('partials.portal.header') + @include('partials.portal.header') -
+
- @include('partials.portal.content') + @include('partials.portal.content') - @include('partials.portal.footer') - -
+ @include('partials.portal.footer')
+
+ @stack('body_end') @include('partials.portal.scripts') - diff --git a/resources/views/layouts/print.blade.php b/resources/views/layouts/print.blade.php index b0140ff23..7d4b2e7cb 100644 --- a/resources/views/layouts/print.blade.php +++ b/resources/views/layouts/print.blade.php @@ -9,13 +9,11 @@ - @stack('body_start') - @yield('content') + @yield('content') @stack('body_end') - diff --git a/resources/views/layouts/signed.blade.php b/resources/views/layouts/signed.blade.php index ff12b1d42..2d3401c3b 100644 --- a/resources/views/layouts/signed.blade.php +++ b/resources/views/layouts/signed.blade.php @@ -2,19 +2,17 @@ @include('partials.signed.head') - @stack('body_start') -
+
- @include('partials.signed.content') + @include('partials.signed.content') - @include('partials.signed.footer') + @include('partials.signed.footer') -
+
@stack('body_end') - diff --git a/resources/views/layouts/wizard.blade.php b/resources/views/layouts/wizard.blade.php index 4db760932..720fe0c4d 100644 --- a/resources/views/layouts/wizard.blade.php +++ b/resources/views/layouts/wizard.blade.php @@ -4,21 +4,18 @@
- @stack('body_start') -
+
- @include('partials.wizard.content') + @include('partials.wizard.content') -
+
@stack('body_end') -
@include('partials.wizard.scripts') -