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

@@ -63,7 +63,7 @@
@include('partials.media.file')
</div>
@else
{{ Form::fileGroup('attachment', trans('general.attachment')) }}
{{ Form::fileGroup('attachment', trans('general.attachment'), '', ['dropzone-class' => 'form-file']) }}
@endif
@if ($payment->bill)