@php $grandTotal = session()->get('grand_total'); $payableAmount = ($grandTotal * config('gatewaySettings.razorpay_rate')) * 100 @endphp
@csrf