11 lines
388 B
PHP
11 lines
388 B
PHP
@include('dashboards.index', [
|
|
'title' => 'Dashboard',
|
|
'eyebrow' => 'Akaun pengguna',
|
|
'description' => 'Paparan asas sistem.',
|
|
'cards' => [
|
|
['label' => 'Peranan aktif', 'value' => '0', 'icon' => 'bi-shield-lock', 'tone' => 'secondary'],
|
|
['label' => 'Modul aktif', 'value' => '0', 'icon' => 'bi-grid', 'tone' => 'secondary'],
|
|
],
|
|
'actions' => [],
|
|
])
|