{!! render_image_markup_by_attachment_id(get_static_option('site_logo')) !!}
@if(!empty($payment_details))
{{__('Package Information')}}
- {{__('Order ID')}} #{{$payment_details->order_id}}
- {{__('Order Date')}} {{date_format($payment_details->created_at,'d M Y')}}
- {{__('Package Name')}} {{$payment_details->package_name}}
- {{__('Package Price')}} {{amount_with_currency_symbol($payment_details->package_price,true)}}
- {{__('Package Description')}} {{$payment_details->order_id}}
@endif
{{__('Billing Summery')}}
| {{__('Billing Name')}} |
{{$payment_details->name}} |
| {{__('Billing Email')}} |
{{$payment_details->email}} |
| {{__('Total')}} |
{{amount_with_currency_symbol($payment_details->package_price,true)}} |
| {{__('Payment Gateway')}} |
{{str_replace('_',' ',$payment_details->package_gateway)}} |
| {{__('Payment Status')}} |
{{$payment_details->status}} |
| {{__('Transaction ID')}} |
{{$payment_details->transaction_id}} |