akaunting/resources/views/components/form/group/attachment.blade.php

11 lines
266 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<x-form.group.file
name="attachment"
label="{{ trans('general.attachment') }}"
singleWidthClasses
not-required
dropzone-class="w-100"
multiple="multiple"
:options="['acceptedFiles' => $file_types]"
form-group-class="sm:col-span-6"
/>