create feature sa create list claim and price to work per dealer
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
@if(Gate::check('view', $menus['user.index']) || Gate::check('view', $menus['roleprivileges.index']))
|
||||
<div class="kt-menu__section" style="padding: 15px 20px; margin-top: 10px; margin-bottom: 5px;">
|
||||
<div style="display: flex; align-items: center; color: #a7abc3; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
<i class="fa fa-users" style="margin-right: 8px; font-size: 14px;"></i>
|
||||
{{-- <i class="fa fa-users" style="margin-right: 8px; font-size: 14px;"></i> --}}
|
||||
<span>Manajemen Pengguna</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -77,7 +77,7 @@
|
||||
@if(Gate::check('view', $menus['work.index']) || Gate::check('view', $menus['category.index']) || Gate::check('view', $menus['dealer.index']))
|
||||
<div class="kt-menu__section" style="padding: 15px 20px; margin-top: 10px; margin-bottom: 5px;">
|
||||
<div style="display: flex; align-items: center; color: #a7abc3; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
<i class="fa fa-exchange-alt" style="margin-right: 8px; font-size: 14px;"></i>
|
||||
{{-- <i class="fa fa-exchange-alt" style="margin-right: 8px; font-size: 14px;"></i> --}}
|
||||
<span>Manajemen Transaksi</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -115,7 +115,7 @@
|
||||
@if(Gate::check('view', $menus['products.index']) || Gate::check('view', $menus['product_categories.index']) || Gate::check('view', $menus['mutations.index']) || Gate::check('view', $menus['opnames.index']) || Gate::check('view', $menus['stock-audit.index']))
|
||||
<div class="kt-menu__section" style="padding: 15px 20px; margin-top: 10px; margin-bottom: 5px;">
|
||||
<div style="display: flex; align-items: center; color: #a7abc3; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
<i class="fa fa-warehouse" style="margin-right: 8px; font-size: 14px;"></i>
|
||||
{{-- <i class="fa fa-warehouse" style="margin-right: 8px; font-size: 14px;"></i> --}}
|
||||
<span>Manajemen Gudang</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -171,7 +171,7 @@
|
||||
@if(Gate::check('view', $menus['report.transaction_sa']) || Gate::check('view', $menus['report.transaction']) || Gate::check('view', $menus['report.transaction_dealer']) || Gate::check('view', $menus['work.index']))
|
||||
<div class="kt-menu__section" style="padding: 15px 20px; margin-top: 10px; margin-bottom: 5px;">
|
||||
<div style="display: flex; align-items: center; color: #a7abc3; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
<i class="fa fa-chart-bar" style="margin-right: 8px; font-size: 14px;"></i>
|
||||
{{-- <i class="fa fa-chart-bar" style="margin-right: 8px; font-size: 14px;"></i> --}}
|
||||
<span>Laporan</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -223,13 +223,17 @@
|
||||
</li>
|
||||
@endcan
|
||||
|
||||
{{-- Section Header - Only show if user has access to any submenu --}}
|
||||
@if(Gate::check('view', $menus['kpi.targets.index']))
|
||||
<div class="kt-menu__section" style="padding: 15px 20px; margin-top: 10px; margin-bottom: 5px;">
|
||||
<div style="display: flex; align-items: center; color: #a7abc3; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
<i class="fa fa-user-cog" style="margin-right: 8px; font-size: 14px;"></i>
|
||||
{{-- <i class="fa fa-user-cog" style="margin-right: 8px; font-size: 14px;"></i> --}}
|
||||
<span>KPI</span>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
{{-- Submenu Items --}}
|
||||
@can('view', $menus['kpi.targets.index'])
|
||||
<li class="kt-menu__item" aria-haspopup="true">
|
||||
<a href="{{ route('kpi.targets.index') }}" class="kt-menu__link">
|
||||
|
||||
Reference in New Issue
Block a user