@extends('layouts.superadmin') @section('title', 'ملف ملاحظات الأعضاء') @section('page-title', 'ملف ملاحظات الأعضاء (per Member)') @section('content') @php $from = $from ?? request('from'); $to = $to ?? request('to'); $q = $q ?? request('q'); $minCount = $minCount ?? request('min', 2); $rows = $rows ?? collect(); $rowsTotal = method_exists($rows, 'total') ? (int) $rows->total() : (is_countable($rows) ? count($rows) : 0); $baseIndexUrl = url('superadmin/falcon-room/lives-insights/feedback-analysis'); $memberShowTemplate = url('superadmin/falcon-room/lives-insights/member-feedback/0'); @endphp
هذه الصفحة تعرض الأعضاء الذين لديهم أكثر من ملاحظة على لايفاتهم، مع زر لفتح ملف تفصيلي: كل لايف، كل ملاحظة، من كتبها، وماذا كتب.
الترتيب حسب عدد المرات التي ذُكرت فيها نقاط ضعف / توصيات.
| العضو | إجمالي الملاحظات | نقاط قوة | نقاط ضعف | توصيات | آخر ملاحظة | ملف الملاحظات |
|---|---|---|---|---|---|---|
|
{{ $name }}
{{ $row->username ?? '' }}
|
{{ (int)($row->feedback_count ?? 0) }} | {{ (int)($row->strengths_count ?? 0) }} | {{ (int)($row->weaknesses_count ?? 0) }} | {{ (int)($row->suggestions_count ?? 0) }} | {{ $lastDate }} | |
| لا يوجد أعضاء لديهم ملاحظات كافية في هذه الفترة. | ||||||