@extends('layouts.admin') @section('title', 'Points Ledger — JAM Admin') @section('page-title', 'Points Ledger') @section('content')
All point transactions across every member.
{{ number_format($totalCredits) }}
Total Issued
{{ number_format($totalDebits) }}
Total Deducted
{{ $tx->description }}
@if($tx->admin_note){{ Str::limit($tx->admin_note, 60) }}
@endif @if($tx->admin)by {{ $tx->admin->name }}
@endif{{ $tx->created_at->format('d M Y') }}
{{ $tx->created_at->format('h:i A') }}
pts remaining