@include('partials.topbar',['title'=>'Subscription Payments'])

Confirmed Revenue

₦{{ number_format($totalConfirmed,2) }}

@foreach($payments as $payment)@endforeach
AccountReferenceAmountStatusExpiryConfirm
{{ $payment->account->name??'—' }}{{ $payment->reference }}₦{{ number_format($payment->amount,2) }}{{ $payment->status }}{{ $payment->subscription_expires_at?->format('d M Y') }}@if($payment->status!=='confirmed')
@csrf
@endif
{{ $payments->links() }}