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

@@ -31,7 +31,7 @@
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::fileGroup('logo', trans_choice('general.pictures', 1)) }}
{{ Form::fileGroup('logo', trans_choice('general.pictures', 1), '', ['dropzone-class' => 'form-file']) }}
{{ Form::textGroup('reference', trans('general.reference'), 'file', []) }}