diff --git a/src/resources/views/admin/_form.blade.php b/src/resources/views/admin/_form.blade.php
index a042451..933c42e 100644
--- a/src/resources/views/admin/_form.blade.php
+++ b/src/resources/views/admin/_form.blade.php
@@ -9,18 +9,22 @@
@include('core::admin._image-fieldset', ['field' => 'image'])
-{!! BootForm::hidden('homepage')->value(0) !!}
-{!! BootForm::checkbox(__('Homepage'), 'homepage') !!}
+
+ {!! BootForm::hidden('homepage')->value(0) !!}
+ {!! BootForm::checkbox(__('Homepage'), 'homepage') !!}
+
-
@include('core::form._title-and-slug')
-{!! TranslatableBootForm::hidden('status')->value(0) !!}
-{!! TranslatableBootForm::checkbox(__('Published'), 'status') !!}
+
+ {!! TranslatableBootForm::hidden('status')->value(0) !!}
+ {!! TranslatableBootForm::checkbox(__('Published'), 'status') !!}
+
{!! TranslatableBootForm::text(__('Website'), 'website') !!}
{!! TranslatableBootForm::textarea(__('Summary'), 'summary')->rows(4) !!}
{!! TranslatableBootForm::textarea(__('Body'), 'body')->addClass('ckeditor') !!}
diff --git a/src/resources/views/admin/index.blade.php b/src/resources/views/admin/index.blade.php
index b681391..84e4059 100644
--- a/src/resources/views/admin/index.blade.php
+++ b/src/resources/views/admin/index.blade.php
@@ -18,7 +18,7 @@