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 @@

{!! trans('texts.permissions') !!}

-
+
@if ( ! Utils::hasFeature(FEATURE_USER_PERMISSIONS))
{{ trans('texts.upgrade_for_permissions') }}
@@ -54,20 +54,20 @@ ->help(trans('texts.administrator_help')) !!}
- +
- - -
{!! 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(' ')