Dashboard
Summary of daily activities and performance
@php
$kpis = [
[
'label' => 'Total User',
'value' => 2,
'icon' => 'people',
'trend' => '0%',
'trendDirection' => null,
'subtitle' => 'dari bulan lalu',
],
[
'label' => 'Total Artikel',
'value' => 0,
'icon' => 'document_one_page_multiple',
'trend' => '0%',
'trendDirection' => null,
'subtitle' => 'dari bulan lalu',
],
[
'label' => 'Total Visitor',
'value' => 0,
'icon' => 'globe_person',
'trend' => '0%',
'trendDirection' => null,
'subtitle' => 'hari ini',
],
[
'label' => 'Total Komentar',
'value' => 0,
'icon' => 'comment_multiple',
'trend' => '0%',
'trendDirection' => null,
'subtitle' => 'hari ini',
],
];
@endphp
@foreach($kpis as $kpi)
@endforeach