@extends('layouts.app') @section('title', 'Processing Payment') @section('content')

Redirecting to Secure Razorpay...

Processing order #{{ $order->order_number }}

@if($splitPct)

Split payment: {{ $splitPct }}% deposit of ₹{{ number_format($chargeAmount, 2) }} now — balance ({{ 100 - $splitPct }}%) payable on delivery.

@endif
256-bit encrypted payment gateway. Do not close this window.
@push('scripts') @endpush @endsection