@extends('layouts.user') @section('title') Pay with QR @endsection @section('content')
{{-- 1. TOP ROW: Only Back Button --}}
{{-- 2. CENTERED INFO: Scan to Pay + Price + Plan --}}

Scan to Pay

${{ $price }}

Plan: {{ $plan->{'title_'.app()->getLocale()} ?? $plan->title }}


{{-- Bank Selection Buttons --}} {{-- QR Code Areas --}}
ABA QR
Instructions:
  • Select the ABA / ACLEDA Bank above.
  • Scan the QR code.
  • Input Amount: ${{ $price }}
  • After completing the payment, please upload the invoice as proof of confirmation.
@csrf

{{-- Modal and Script remain same --}} @endsection