@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('insert')); $can_edit = auth_can(h_prefix('edit')); $can_update = auth_can(h_prefix('update')); $can_delete = auth_can(h_prefix('delete')); $can_toggle = auth_can(h_prefix('toggle')); @endphp
Data {{ $page_attr['title'] }}
@if ($can_insert) Tambah Kategori @endif
Total: {{ $stats['total'] }} | Aktif: {{ $stats['active'] }} | Nonaktif: {{ $stats['inactive'] }} | Root: {{ $stats['root_categories'] }}

{!! $can_delete || $can_edit || $can_update || $can_toggle ? '' : '' !!}
No Nama Kategori Hierarki Warna Icon Marker Urutan StatusAksi
Statistik Kategori

🟢 Aktif: {{ $legend['total_active'] }} kategori

🧬 Parent: {{ $legend['total_parent'] }}, Children: {{ $legend['total_children'] }}

📍 Marker total: {{ $legend['total_marker'] }}


📍 Marker per kategori:

@endsection @section('stylesheet') @endsection @section('javascript') @endsection