first
This commit is contained in:
10
resources/views/dashboard.blade.php
Normal file
10
resources/views/dashboard.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
@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' => [],
|
||||
])
|
||||
Reference in New Issue
Block a user