{{--

Hi {{ $transaction->first_name }},

Thank you for your purchase!

Payment Id: {{ $transaction->razorpay_payment_id }}

Amount Paid: ₹{{ number_format($transaction->payable_amount, 2) }}

Your payment has been successfully processed. We'll be in touch soon!

Best regards,
Axone Bundle Sales

--}} @if($type === 'success')

🎉 Payment Successful

Hi {{ $transaction->first_name }},

Payment Id: {{ $transaction->razorpay_payment_id }}

Amount Paid: ₹{{ number_format($transaction->payable_amount, 2) }}

Your payment has been successfully processed. We'll be in touch soon!

@elseif($type === 'bundle_info')

📦 Bundle Info

Hi {{ $transaction->first_name }},

Thank you for your payment.

You will receive your bundle download link in 10–15 minutes via email.

@endif

Regards,
Axone Bundle Sales