@section('namePage', 'Dashboard')
@php $cards = [ [ 'title' => 'Jumlah Kategori', 'count' => $widget['category'] ?? '0', 'icon' => 'fa-layer-group', 'color' => '#F59E0B', 'link' => route('kategori.index'), ], [ 'title' => 'Jumlah Berita', 'count' => $widget['berita'] ?? '0', 'icon' => 'fa-newspaper', 'color' => '#3B82F6', 'link' => route('kategori.index'), ], [ 'title' => 'Jumlah Admin', 'count' => ($widget['admin'] ?? '0') . ' Admin', 'icon' => 'fa-users', 'color' => '#10B981', 'link' => route('user.index'), ], [ 'title' => 'Jumlah Superadmin', 'count' => ($widget['superadmin'] ?? '0') . ' Superadmin', 'icon' => 'fa-user-shield', 'color' => '#8B5CF6', 'link' => route('user.index'), ], ]; @endphp @foreach ($cards as $card)

{{ $card['title'] }}

Total {{ strtolower($card['title']) }} yang tersedia

{{ $card['count'] }}

@endforeach

Trading Widgets

@php $tradingSymbols = [ ['symbol' => 'OANDA:XAUUSD', 'title' => 'Gold'], ['symbol' => 'ACTIVTRADES:SILVER', 'title' => 'Silver'], ['symbol' => 'MARKETSCOM:OIL', 'title' => 'Oil'], ]; @endphp @foreach ($tradingSymbols as $trading)
@endforeach

Trading Chart