@extends('components.import', [
'id' => $id, // INPUT ID BIND
'defs' => [
[
'file' => [
'required' => true,
'type' => 'input-text',
'label' => __('form.label.file'),
'placeholder' => __('form.placeholder.import.file'),
'help' => __('form.help.import.file'),
]
],
]
])
@push('ready')
@endpush