@extends('admin.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'Site içeriklerine genel bakış') @section('content')
@foreach ([ ['label' => 'Koleksiyonlar', 'value' => $stats['collections'], 'icon' => 'bi-grid'], ['label' => 'Kategoriler', 'value' => $stats['categories'], 'icon' => 'bi-tags'], ['label' => 'Slider', 'value' => $stats['hero_slides'], 'icon' => 'bi-images'], ['label' => 'Aktif Diller', 'value' => $stats['languages'], 'icon' => 'bi-translate'], ['label' => 'Öne Çıkanlar', 'value' => $stats['featured'], 'icon' => 'bi-star'], ['label' => 'Menü Öğeleri', 'value' => $stats['menu_items'], 'icon' => 'bi-list'], ] as $stat)
{{ $stat['label'] }}
{{ $stat['value'] }}
@endforeach

Hızlı Erişim

@endsection