Account Name : SHRI ARTHI JEWELLERY
Account Number : 35400002403
IFSC : SBIN0003690
Bank Name : State Bank of India
Branch : GANAPATHY
Payable Amount : {{number_format($totprice,2)}}
(Transfer to Shri Arthi Jewellery)
View Instructions
Payable Amount : {{number_format($totprice,2)}}
(Scan and Pay With Any UPI App)
View Instructions
@php
$settings = DB::table('settings')->where('id',1)->first();
@endphp
@if($settings)
@if($settings->activate_online_payment==1)
Gateway Charge (2%) : {{number_format($gatewaycharge,2)}}
Payable Amount : {{number_format($payable,2)}}
@php
$amount=$payable*100;
@endphp