Invoice {{ $payment->reference }} @if($isComplimentary) Complimentary @elseif($payment->status === 'completed') Paid @elseif($payment->status === 'pending') Pending @else {{ ucfirst($payment->status) }} @endif
Issued: {{ optional($payment->paid_at ?? $payment->created_at)->format('F j, Y') }}
@if($payment->expires_at)Next renewal: {{ $payment->expires_at->format('F j, Y') }}@endif

Billed to

{{ $user->name }} {{ $user->email }} @if($tenant){{ $tenant->name ?? $tenant->business_name ?? '' }}@endif

From

Tenseal hello@tenseal.co https://tenseal.co

@if($isComplimentary) @endif
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
@if($isComplimentary)
Complimentary subscription — this plan was granted by Tenseal admin at no charge. @if(! empty($adminNote))
{{ $adminNote }}@endif
@else
Payment via {{ ucfirst($payment->gateway) }} — reference {{ $payment->gateway_reference ?? $payment->reference }}.
@endif
This is a computer-generated invoice. No signature required.
Tenseal — Trust in every transaction. tenseal.co