@extends('frontend.layouts.app') @section('contents')

Scan QR Code to Pay

Amount: ₹{{ number_format($payableAmount / 100, 2) }}
@if(isset($qrData['image_url']))
UPI QR Code
@endif

Scan this QR code with any UPI app (Google Pay, PhonePe, Paytm, etc.) to complete your payment.

UPI ID: {{ $qrData['upi_id'] ?? 'N/A' }}
QR Code ID: {{ $qrData['id'] ?? 'N/A' }}
@endsection