@php
$type = array('1'=>'Stripe','2'=>'SSL');
$currency = array('usd'=>'$','bdt'=>'৳');
@endphp
@lang('Transction ID:') {{$scPayment->trans_number}}
@lang('Method Payment:') {{$type[$scPayment->trans_type]}} Payment
{{pricingfor($scPayment->purpose_id).' '.subscription($scPayment->month)}}: {{$currency[$scPayment->currency].$scPayment->amount}}
+Transaction Fee: {{$currency[$scPayment->currency].$scPayment->stripe_fee}}
@lang('Total Paid:') {{$currency[$scPayment->currency].($scPayment->amount+$scPayment->stripe_fee)}}