@extends('new_app.game.header') @section('new-game-content')
@csrf @php $amount=base64_decode($amount); @endphp
@if ($qr)
@if (!empty($qr->image)) QR Code @else

No QR image available

@endif

UPI ID:

{{ $qr->upi_id ?? 'N/A' }}
@error('utr_number')

{{ $message }}

@enderror
@else

No QR data found!

@endif
@endSection