Use iconhelper for dynamic icon

This commit is contained in:
snipe
2026-02-18 14:06:24 +00:00
parent 1254d12d83
commit e2b8c69cf6

View File

@@ -243,7 +243,7 @@
<div class="form-group col-md-12">
<hr style="border-top: 1px solid lightgray">
<h3>
<i class="{{ Helper::iconTypeByItem($typeOfImport) }}">
<i class="{{ \App\Helpers\IconHelper::icon($typeOfImport) }}">
</i>
{{ trans('general.map_fields', ['item_type' => ucwords($typeOfImport)]) }}
</h3>