@extends('student.layouts.app') @php $isAr = app()->getLocale() === 'ar'; @endphp @section('title', $isAr ? 'سجل النقاط الكامل' : 'Full Points Log') @section('content')
{{ $isAr ? 'الرصيد الحالي' : 'Balance' }}
{{ number_format($student->points_balance) }}
{{ $isAr ? 'لا توجد حركات مسجلة بعد' : 'No transactions yet' }}
{{ str_replace('_', ' ', $tx->action_key) }}
{{ optional($tx->awarded_at)->format('Y-m-d h:i A') }} · {{ optional($tx->awarded_at)->diffForHumans() }}