diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index 22b87b888a6e..c7f94c012152 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -36,7 +36,7 @@
- | {!! Former::checkbox('create') + | {!! Former::checkbox('create') ->text( trans('texts.create') ) ->value('create_') ->label(' ') ->id('create_all') !!} | -{!! Former::checkbox('view') + | {!! Former::checkbox('view') ->text( trans('texts.view') ) ->value('view_') ->label(' ') ->id('view_all') !!} | -{!! Former::checkbox('edit') + | {!! Former::checkbox('edit') ->text( trans('texts.edit') ) ->value('edit_') ->label(' ') |
---|