@if($user->status==1){{trans('words.active')}} @else{{trans('words.inactive')}}@endif
@if($user->user_image)
@else
@endif
{{$user->name}}
{{trans('words.email')}}: {{$user->email}}
{{trans('words.phone')}}: {{$user->phone}}
{{trans('words.address')}}: {{$user->user_address}}
{{trans('words.user_transactions')}}
{{trans('words.email')}} | {{trans('words.plan')}} | {{trans('words.amount')}} | {{trans('words.payment_gateway')}} | {{trans('words.payment_id')}} | {{trans('words.payment_date')}} |
---|---|---|---|---|---|
{{ $transaction_data->email }} | {{\App\SubscriptionPlan::getSubscriptionPlanInfo($transaction_data->plan_id,'plan_name')}} | {{html_entity_decode(getCurrencySymbols(getcong('currency_code')))}}{{ number_format($transaction_data->payment_amount,2) }}
@if($transaction_data->coupon_code!="")
(Coupon Used: {{$transaction_data->coupon_code}}) @endif |
{{ $transaction_data->gateway }} | {{ $transaction_data->payment_id }} | {{ date('M d Y h:i A',$transaction_data->date) }} |