validate(); try { $import = (new BackupImport)->import($this->file); } catch (\Throwable $e) { dd($e); return $this->error($e->getMessage()); } $this->success(__('Successfully imported!')); // Artisan::queue(RefreshHoldingData::class); } }; ?> {{ __('Import') }} {{ __('Upload or recover your Investbrain portfolio and holdings.') }}
{{ __('Import') }}