@extends('layouts.superadmin') @section('title', 'أهداف التيم الشهرية - ProMission') @section('page-title', 'أهداف التيم الشهرية - ProMission') @section('content') @php $isCards = (request('view','cards') === 'cards'); $pct = function($current, $target){ $c = (float)$current; $t = (float)$target; if ($t <= 0) return 0; return round(min(100, max(0, ($c / $t) * 100)), 1); }; $pill = function($hit){ if ($hit === true) return 'bg-emerald-500/15 text-emerald-200 border border-emerald-500/20'; if ($hit === false) return 'bg-rose-500/15 text-rose-200 border border-rose-500/20'; return 'bg-slate-500/15 text-slate-200 border border-slate-500/20'; }; @endphp
متابعة لكل عضو: لايف/قست/سهرة + مقارنة (إن وجدت).
| العضو | لايف (س) | قست (س) | قست (عدد) | سهرة (س) | مجموع (س) | @if($compare_enabled)Δ | % | @endif
|---|---|---|---|---|---|---|---|
|
{{ $r['name'] }}
{{ $r['username'] }}
|
{{ $r['live_non_sahra_hours'] }} | {{ $r['guest_hours'] }} | {{ $r['guest_count'] }} | {{ $r['sahra_hours'] }} | {{ $r['total_hours'] }} | @if($compare_enabled){{ $r['delta_total'] ?? '—' }} | {{ $r['pct_total'] ?? '—' }} | @endif