{{ $user->name }} {{ $user->email }} @if($tenant){{ $tenant->name ?? $tenant->business_name ?? '' }}@endif
Tenseal hello@tenseal.co https://tenseal.co
| Description | Billing Cycle | Amount |
|---|---|---|
|
{{ $plan->name ?? ucfirst($payment->reference) }} Plan Inventory subscription |
{{ ucfirst($payment->billing_cycle ?? 'monthly') }} | @if($isComplimentary) {{ $payment->currency ?? 'NGN' }} 0.00 @else {{ $payment->currency ?? 'NGN' }} {{ number_format((float) $payment->amount, 2) }} @endif |
| Subtotal | @if($isComplimentary) {{ $payment->currency ?? 'NGN' }} 0.00 @else {{ $payment->currency ?? 'NGN' }} {{ number_format((float) $payment->amount, 2) }} @endif | |
| Complimentary discount | −{{ $payment->currency ?? 'NGN' }} {{ number_format((float) $payment->amount, 2) }} | |
| Total paid | @if($isComplimentary) {{ $payment->currency ?? 'NGN' }} 0.00 @else {{ $payment->currency ?? 'NGN' }} {{ number_format((float) $payment->amount, 2) }} @endif | |