@component('mail::message') # Dear {{ $transaction['user_name'] }}, # ThankYou for transaction on ShortGuru (A product by SparrowBytes). Your transaction details are as follows: @component('mail::table') | **Plan** | **Price** | |:---------------------------|:-------------------| | {{ $transaction['plan_name'] }} | Rs. {{ number_format($transaction['plan_price'], 2) }} | | **Subtotal:** | Rs. {{ number_format($transaction['subtotal'], 2) }} | | **Taxes & Charges:** | Rs. {{ number_format($transaction['taxes'], 2) }} | | **Order Total:** | **Rs. {{ number_format($transaction['total'], 2) }}** | @endcomponent You can view the full details of your order [here]({{ $transaction['url'] }}). Thank you for choosing us! Regards, Team SparrowBytes [https://srt.guru](https://srt.guru) @endcomponent