= e(trans('backend::lang.import_export.created')) ?>
= $importResults->created ?>
= e(trans('backend::lang.import_export.updated')) ?>
= $importResults->updated ?>
skippedCount): ?>
= e(trans('backend::lang.import_export.skipped')) ?>
= $importResults->skippedCount ?>
warningCount): ?>
= e(trans('backend::lang.import_export.warnings')) ?>
= $importResults->warningCount ?>
= e(trans('backend::lang.import_export.errors')) ?>
= $importResults->errorCount ?>
hasMessages): ?>
trans('backend::lang.import_export.skipped_rows'),
'warnings' => trans('backend::lang.import_export.warnings'),
'errors' => trans('backend::lang.import_export.errors'),
];
if (!$importResults->skippedCount) unset($tabs['skipped']);
if (!$importResults->warningCount) unset($tabs['warnings']);
if (!$importResults->errorCount) unset($tabs['errors']);
?>
= e($this->fatalError) ?>