@extends('layouts.admin') @section('page_kicker', 'Finance') @section('page_title', 'Earnings & payments') @section('content')
Total recorded
{{ number_format($total, 2) }}
From payment transactions on your Aim4Wellness account.
Latest first
| Date | Amount | Reference |
|---|---|---|
| {{ $t->created_at->format('M j, Y g:i A') }} | {{ number_format((float) $t->amount, 2) }} | {{ $t->external_reference ?? $t->id }} |
| No payments yet. | ||