Skip to content

Commit 0eb33d0

Browse files
committed
homepage field removed
1 parent 5365a54 commit 0eb33d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/resources/views/admin/_form.blade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
<div class="tab-content">
1515

16-
<input type="hidden" name="homepage" value="0">
17-
{!! BootForm::checkbox(trans('validation.attributes.homepage'), 'homepage') !!}
18-
1916
<div class="row">
2017
<div class="col-sm-2 form-group @if($errors->has('position'))has-error @endif">
2118
{!! BootForm::text(trans('validation.attributes.position'), 'position') !!}

0 commit comments

Comments
 (0)