@php $categoryIcons = [ 'system' => 'ph.regular.gear', 'social' => 'ph.regular.share-network', 'content' => 'ph.regular.article', 'user' => 'ph.regular.user', 'users' => 'ph.regular.users', 'payments' => 'ph.regular.credit-card', 'stats' => 'ph.regular.chart-bar', 'admin' => 'ph.regular.shield', 'media' => 'ph.regular.image', 'general' => 'ph.regular.squares-four', 'other' => 'ph.regular.dots-three', ]; $allCategories = app('widgets')->getWidgetsByCategory(); $totalWidgets = array_sum(array_map('count', $allCategories)); @endphp