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

@ -44,7 +44,7 @@
</div>
@stack('picture_input_end')
@else
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1)) }}
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), '', ['dropzone-class' => 'form-file']) }}
@endif
@can('read-common-companies')