file group stying..

This commit is contained in:
Cüneyt Şentürk
2020-12-30 23:17:49 +03:00
parent 66a201c3bd
commit 881d0acac5
17 changed files with 29 additions and 17 deletions

View File

@ -29,7 +29,7 @@
{{ Form::selectAddNewGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['path' => route('modals.categories.create') . '?type=item']) }}
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), 'plus') }}
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), 'plus', ['dropzone-class' => 'form-file']) }}
{{ Form::radioGroup('enabled', trans('general.enabled'), true) }}
</div>