| Description | Amount | Status |
|---|---|---|
|
{{ $plan ? $plan->name . ' Plan' : 'Subscription' }}
@if($coupon)
Coupon: {{ $coupon->code }} @endif |
{{ strtoupper($transaction->currency ?? $transaction->currency_code ?? 'USD') }} {{ number_format($transaction->amount_cents / 100, 2) }} | @if($transaction->status === 'refunded') Refunded @else Paid @endif |