@php
$commands = [
['label' => 'Dashboard', 'description' => 'Ringkasan KPI, chart, audit, dan aktivitas terbaru', 'icon' => 'fa-chart-pie', 'href' => route('dashboard'), 'keywords' => 'home kpi ringkasan chart aktivitas'],
['label' => 'Katalog Laptop', 'description' => 'Filter, bulk action, export, dan arsip laptop', 'icon' => 'fa-laptop', 'href' => route('laptops.index'), 'keywords' => 'laptop katalog produk filter bulk'],
['label' => 'Tambah Laptop', 'description' => 'Buat data laptop baru dengan preview dan checklist', 'icon' => 'fa-plus', 'href' => route('laptops.create'), 'keywords' => 'create tambah laptop baru'],
['label' => 'Arsip Laptop', 'description' => 'Restore atau hapus permanen laptop yang diarsipkan', 'icon' => 'fa-box-archive', 'href' => route('laptops.archive'), 'keywords' => 'arsip restore force delete'],
['label' => 'Review User', 'description' => 'Moderasi ulasan dan rating dari aplikasi React', 'icon' => 'fa-star', 'href' => route('reviews.index'), 'keywords' => 'review rating ulasan moderasi'],
['label' => 'User', 'description' => 'Kelola role, status aktif, dan akun diblokir', 'icon' => 'fa-users', 'href' => route('users.index'), 'keywords' => 'user admin role blocked status'],
['label' => 'Notifikasi', 'description' => 'Kirim notifikasi global atau per user', 'icon' => 'fa-bell', 'href' => route('notifications.index'), 'keywords' => 'notifikasi promo pesan user'],
['label' => 'API Health', 'description' => 'Cek status JSON API, database, dan storage', 'icon' => 'fa-heart-pulse', 'href' => url('/api/health'), 'keywords' => 'api health status database storage mobile'],
['label' => 'Mobile API Docs', 'description' => 'Dokumentasi endpoint yang dipakai aplikasi Expo', 'icon' => 'fa-book', 'href' => route('docs.mobile-api'), 'keywords' => 'api docs mobile expo endpoint'],
['label' => 'Export PDF', 'description' => 'Download laporan katalog sesuai filter aktif', 'icon' => 'fa-file-pdf', 'href' => route('export.pdf'), 'keywords' => 'export laporan pdf'],
['label' => 'Export Excel', 'description' => 'Download spreadsheet katalog untuk analisis', 'icon' => 'fa-file-excel', 'href' => route('export.excel'), 'keywords' => 'export laporan excel spreadsheet'],
];
@endphp
@foreach($commands as $command)
{{ $command['label'] }}
{{ $command['description'] }}
@endforeach
Tidak ada hasil
Coba kata kunci halaman atau aksi lain.