- @if (trim($__env->yieldContent('page_title'))) + @if(trim($__env->yieldContent('page_title'))) @include('architect::layouts.partials.contentheader') @endif diff --git a/resources/themes/architect/views/layouts/partials/contentheader.blade.php b/resources/themes/architect/views/layouts/partials/contentheader.blade.php index 4ccde0ff..01f0876d 100644 --- a/resources/themes/architect/views/layouts/partials/contentheader.blade.php +++ b/resources/themes/architect/views/layouts/partials/contentheader.blade.php @@ -1,7 +1,7 @@
- @if (trim($__env->yieldContent('page_icon'))) + @if(trim($__env->yieldContent('page_icon')))
diff --git a/resources/themes/architect/views/layouts/partials/topmenu.blade.php b/resources/themes/architect/views/layouts/partials/topmenu.blade.php index 04d6dde9..b7499f06 100644 --- a/resources/themes/architect/views/layouts/partials/topmenu.blade.php +++ b/resources/themes/architect/views/layouts/partials/topmenu.blade.php @@ -142,7 +142,7 @@