{{-- date --}} Document
Back
";
{{ env('ADDRESS') }}
{{ env('POBOX') }}
{{ env('DOMAIN') }}
{{ env('EMAIL') }}
{{ $invtype }}
{!! QrCode::generate($inv->transaction_reference) !!}

Payer Information
{{ $user->name }}
{{ $user->email }}
{{ $user->mobile }}
Created At: {{ $invoice_info['createdAt'] }}
Paid At: {{ $invoice_info['paidAt'] }}
Payment Channel: {{ $invoice_info['channel'] }}
Txn Ref: {{ $invoice_info['txnRef'] }}
S/N Status Transaction Ref Item Quantity Unit Price Amount
{{ $items['txnRef'] }}
description: {{ $items['description'] }}
{{ $items['service'] }}
{{ $items['description'] }}
{{ $items['quantity'] }} ₦{{ $items['amount'] }} ₦{{ $items['amount'] }}
SUB-TOTAL ₦{{ $totals['subTotal'] }}
GRAND TOTAL ₦{{ $totals['grandTotal'] }}
{{ $status }}
@foreach($notes as $note) {{ $note }}
@endforeach