@can('view', $menus['dashboard'])
  • Dashboard
  • @endcan {{-- Section Header - Only show if user has access to any submenu --}} @if(Gate::check('view', $menus['user.index']) || Gate::check('view', $menus['roleprivileges.index']))
    {{-- --}} Manajemen Pengguna
    @endif {{-- Submenu Items --}} @can('view', $menus['user.index'])
  • Pengguna
  • @endcan @can('view', $menus['roleprivileges.index'])
  • Role & Privileges
  • @endcan {{-- Section Header - Only show if user has access to any submenu --}} @if(Gate::check('view', $menus['work.index']) || Gate::check('view', $menus['category.index']) || Gate::check('view', $menus['dealer.index']))
    {{-- --}} Manajemen Transaksi
    @endif {{-- Submenu Items --}} @can('view', $menus['work.index'])
  • Pekerjaan
  • @endcan @can('view', $menus['category.index'])
  • Kategori Pekerjaan
  • @endcan @can('view', $menus['dealer.index'])
  • Dealer
  • @endcan {{-- Section Header - Only show if user has access to any submenu --}} @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']))
    {{-- --}} Manajemen Gudang
    @endif {{-- Submenu Items --}} @can('view', $menus['products.index'])
  • Produk
  • @endcan @can('view', $menus['product_categories.index'])
  • Kategori Produk
  • @endcan @can('view', $menus['mutations.index'])
  • Mutasi Produk
  • @endcan @can('view', $menus['opnames.index'])
  • Stock Opname
  • @endcan @can('view', $menus['stock-audit.index'])
  • Histori Stock
  • @endcan {{-- Section Header - Only show if user has access to any submenu --}} @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']))
    {{-- --}} Laporan
    @endif {{-- Submenu Items --}} @can('view', $menus['report.transaction_sa'])
  • SA
  • @endcan @can('view', $menus['report.transaction'])
  • Pekerjaan
  • @endcan @can('view', $menus['report.transaction_dealer'])
  • Dealer
  • @endcan @can('view', $menus['work.index'])
  • Stok Produk
  • @endcan @can('view', $menus['work.index'])
  • Teknisi
  • @endcan {{-- Section Header - Only show if user has access to any submenu --}} @if(Gate::check('view', $menus['kpi.targets.index']))
    {{-- --}} KPI
    @endif {{-- Submenu Items --}} @can('view', $menus['kpi.targets.index'])
  • Target
  • @endcan