diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index 6efce2ece..95d2a8bb9 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -147,7 +147,7 @@ {{ trans('general.import_type') }} -
+
{{ Form::select('typeOfImport', $importTypes, $typeOfImport, [ 'id' => 'import_type', 'class' => 'livewire-select2', @@ -177,7 +177,9 @@

@endif - @if ($this->activeFile->import_type != 'location' && $this->activeFile->import_type != 'assetmodel' && $update) + + + @if (($typeOfImport != 'location' && $typeOfImport!= 'assetmodel') && ($typeOfImport!=''))
+ Type: {{ $typeOfImport }} @if($statusText)
@@ -228,7 +231,7 @@
-
+
{{ Form::select('field_map.'.$index, $columnOptions[$typeOfImport], @$field_map[$index], [