@extends('layouts.admin.master') @php $mapScope = $executiveMapSummary['scope'] ?? []; $territory = $executiveMapSummary['territory'] ?? []; $population = $executiveMapSummary['population'] ?? []; $economy = $executiveMapSummary['economy'] ?? []; $latestGeneratedLabel = $latestGeneratedAt ?: 'Menunggu snapshot KPI'; $heroSections = [ ['label' => 'Ringkasan Kota', 'anchor' => '#ringkasan-kota'], ['label' => 'Kependudukan', 'anchor' => '#kependudukan-kota'], ['label' => 'Perekonomian', 'anchor' => '#perekonomian-kota'], ['label' => 'Prioritas Harian', 'anchor' => '#prioritas-harian'], ['label' => 'Pulse Kota', 'anchor' => '#pulse-kota'], ['label' => 'Kesiapan Sistem', 'anchor' => '#kesiapan-sistem'], ]; @endphp @section('content') @include('pages.admin.smart_city.analytics.partials.executive_portal_content') @endsection @section('stylesheet') @include('pages.admin.smart_city.analytics.partials.executive_portal_styles') @endsection @section('javascript') @include('pages.admin.smart_city.analytics.partials.executive_portal_scripts') @endsection