{{--
--}}Please fill in your details to proceed with the payment.
Price : ₹{{ $product->product_amount }}
Discount : {{ $product->discount_amount > 0 ? '₹'. number_format($product->discount_amount, 2) : '-' }}
Final Amount : ₹{{ $product->final_amount }}