@extends('layouts.dashboard') @section('title', 'Dashboard Superadmin') @section('page-title', 'Superadmin') @section('content') @php $totalAnggotaView = $stats['totalAnggota'] ?? ($stats->totalAnggota ?? 0); $totalProvinsiView = $totalProvinsi ?? 0; $themeSidebarStart = setting('theme.sidebar_start', '#0d6efd'); $themeSidebarMid = setting('theme.sidebar_mid', '#0b5ed7'); $themeSidebarEnd = setting('theme.sidebar_end', '#0a4275'); $themeAccent = setting('theme.accent', '#20c997'); @endphp
Akses cepat ke menu utama untuk mengelola data anggota, pelaporan, master data, dan kontrol sistem secara lebih terstruktur.