@if(module_is_active('Account') && !empty($customer))
{{$customer['billing_name']}}
{{$customer['billing_address']}}
{{$customer['billing_city'].' , '.$customer['billing_state'].' ,'. $customer['billing_zip']}}
{{$customer['billing_country']}}
{{$customer['billing_phone']}}
{{$customer['shipping_name']}}
{{$customer['shipping_address']}}
{{$customer['shipping_city'].' , '.$customer['shipping_state'].' ,'. $customer['shipping_zip']}}
{{$customer['shipping_country']}}
{{$customer['shipping_phone']}}