QR Codes @php $modalId = 'service-topup-qr'; $openTopup = session('open_topup_modal') === 'qr'; @endphp
@foreach(['success', 'error'] as $flash) @if(session($flash))

{{ session($flash) }}

@endif @endforeach
GHS {{ number_format($pricePerQr, 2) }} per QR code

QR Codes

Create link and PDF QR codes with full scan analytics. Change destinations anytime without reprinting.

GHS {{ number_format($wallet->spendableBalance(), 2) }}

QR balance

{{ $qrCodes->count() }}

QR codes

{{ number_format($wallet->scans_total) }}

Total scans

Your QR codes

@if($qrCodes->isEmpty())

No QR codes yet. Create your first QR code to get started.

@else @endif