file_group form element enhancement

This commit is contained in:
Cüneyt Şentürk
2020-12-07 12:03:02 +03:00
parent 509b73fb2c
commit ba0a9aa071
6 changed files with 3958 additions and 8 deletions

View File

@@ -26,7 +26,6 @@
<link rel="stylesheet" href="{{ asset('public/css/custom.css?v=' . version('short')) }}" type="text/css">
<link rel="stylesheet" href="{{ asset('public/css/element.css?v=' . version('short')) }}" type="text/css">
@stack('css')
@stack('stylesheet')

View File

@@ -5,6 +5,9 @@
@stack('scripts_start')
<script src="{{ asset('public/0.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/1.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/js/common/search.js?v=' . version('short')) }}"></script>
@stack('charts')

View File

@@ -8,11 +8,7 @@
@endif
<div class="custom-file">
{!! Form::file($name, array_merge([
'class' => 'custom-file-input cursor-pointer',
'@input' => 'onHandleFileUpload("' . $name .'", $event)'
], $attributes)) !!}
{!! Form::label($name, $text, ['class' => 'custom-file-label']) !!}
<dropzone-file-upload v-model="fileSingle"></dropzone-file-upload>
</div>
<div class="invalid-feedback d-block"