{!! Form::open(['route' => 'admin::DataExportCenter::Export','class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.custom_name').':', null, ['class' => 'control-label col-sm-2'] ) !!}
{!! Form::text('custom_name', null, ['class' => 'form-control']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.submodules').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('submodule', $submodulesList, null, ['class' => 'form-control']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.stores').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('store_id', $storeList, null, ['class' => 'store_id form-control col-sm-10']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.languages').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('language_id', $languagesList, null, ['class' => 'form-control col-sm-10']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.currencies').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('currency_id', $currenciesList, null, ['class' => 'form-control col-sm-10']) !!}
{!! Form::label('type', trans('DataExportCenter::admin/add.labels.type.main').':', ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('type', $cronList, null, ['class' => 'form-control col-sm-10']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.cron').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::text('cron', null, ['class' => 'form-control timepicker']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.manufacturers').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('manufacturers[]', [], null, ['class' => 'form-control']) !!}
{!! Form::label(trans('DataExportCenter::admin/add.labels.storages').':', null, ['class' => 'control-label col-sm-4'] ) !!}
{!! Form::select('storages[]', [], null, ['class' => 'form-control']) !!}
{!! Form::checkbox('quantity_check', 1, false, ['id' => 'quantity_check' ]) !!} {!! Form::label('quantity_check', trans('DataExportCenter::admin/add.labels.quantity_check')) !!}
{!! Form::submit(trans('DataExportCenter::admin/add.labels.submitForm'), ['class' => 'btn btn-success']) !!}
{!! Form::close() !!} @push('footScripts') @endpush