We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5365a54 commit 0eb33d0Copy full SHA for 0eb33d0
src/resources/views/admin/_form.blade.php
@@ -13,9 +13,6 @@
13
14
<div class="tab-content">
15
16
-<input type="hidden" name="homepage" value="0">
17
-{!! BootForm::checkbox(trans('validation.attributes.homepage'), 'homepage') !!}
18
-
19
<div class="row">
20
<div class="col-sm-2 form-group @if($errors->has('position'))has-error @endif">
21
{!! BootForm::text(trans('validation.attributes.position'), 'position') !!}
0 commit comments