@if(!empty($customer))
{{__('Bill to')}}
{{$customer['billing_name']}}
{{$customer['billing_phone']}}
{{$customer['billing_address']}}
{{$customer['billing_zip']}}
{{$customer['billing_country'] . ' , '.$customer['billing_city'].' , '.$customer['billing_state'].'.'}}
{{__('Ship to')}}
{{$customer['shipping_name']}}
{{$customer['shipping_phone']}}
{{$customer['shipping_address']}}
{{$customer['shipping_zip']}}
{{$customer['shipping_country'] . ' , '.$customer['shipping_state'].' , '.$customer['shipping_city'].'.'}}
{{__(' Remove')}}
@endif