@extends('admin.layouts.master') @section('page-header') @endsection @section('content') {{-- الإجمالي --}}
إجمالي الشكاوى والاقتراحات

{{ $stats['total'] ?? 0 }}

الشكاوى

{{ $stats['by_type']['complaint'] ?? 0 }}

الاقتراحات

{{ $stats['by_type']['suggestion'] ?? 0 }}

{{-- حسب الحالة --}}
حسب الحالة
معلّقة

{{ $stats['by_status']['pending'] ?? 0 }}

قيد المراجعة

{{ $stats['by_status']['under_review'] ?? 0 }}

تم الحل

{{ $stats['by_status']['resolved'] ?? 0 }}

مرفوضة

{{ $stats['by_status']['rejected'] ?? 0 }}

@endsection