Fix admin checkbox on user page
This commit is contained in:
parent
f550e2360e
commit
314b5f8a57
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
{!! Former::checkbox('is_admin')
|
||||
->label(' ')
|
||||
->value(1)
|
||||
->text(trans('texts.administrator'))
|
||||
->help(trans('texts.administrator_help')) !!}
|
||||
{!! Former::checkbox('permissions[create_all]')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue