fix icon target and handle using back or front camera precheck and postcheck

This commit is contained in:
2025-07-14 11:46:51 +07:00
parent 68e7eb3087
commit a59f685d41
3 changed files with 1329 additions and 253 deletions

View File

@@ -232,7 +232,7 @@
@can('view', $menus['kpi.targets.index'])
<li class="kt-menu__item" aria-haspopup="true">
<a href="{{ route('kpi.targets.index') }}" class="kt-menu__link">
<i class="fa fa-user-cog" style="display: flex; align-items: center; margin-right: 10px;"></i>
<i class="fa fa-bullseye" style="display: flex; align-items: center; margin-right: 10px;"></i>
<span class="kt-menu__link-text">Target</span>
</a>
</li>