{{ $student->name }}
{{ $student->registration_number }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'إدارة النقاط' : 'Points Management') @section('page_heading', app()->getLocale() === 'ar' ? 'إدارة النقاط' : 'Points Management') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; $activeRulesCount = $rules->where('is_active', true)->count(); @endphp @section('content')
{{ $isArabic ? 'صفحة مستقلة لضبط النقاط المرتبطة بالأنشطة ومراجعة أفضل الطلاب وآخر حركات النقاط.' : 'A dedicated page for tuning activity point rules and reviewing top students and recent point transactions.' }}
{{ $isArabic ? 'كل القواعد' : 'All Rules' }}
{{ $rules->count() }}
{{ $isArabic ? 'القواعد النشطة' : 'Active Rules' }}
{{ $activeRulesCount }}
{{ $isArabic ? 'أفضل الطلاب' : 'Top Students' }}
{{ $topStudents->count() }}
{{ $student->name }}
{{ $student->registration_number }}
{{ $transaction->user?->name }}
{{ $transaction->action_key }}