{{__('Please wait. Your payment is processing....')}}
{{__('Do not press browser back or forward button while you are in payment page')}}
@php $public_key = $paystack->paystack_public_key; $currency = $paystack->paystack_currency_code; $currency = strtoupper($currency); $ngn_amount = $total_price * $paystack->paystack_currency_rate; $ngn_amount = $ngn_amount * 100; $ngn_amount = round($ngn_amount); @endphp