QR Codes
@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
{{-- Two-step add-funds modal (insufficient balance opens this instead of redirecting to the wallet) --}}