@if(!empty($customer))
{{__('Bill to')}}
{{$customer['billing_name']}}
{{$customer['billing_phone']}}
{{$customer['billing_address']}}
{{$customer['billing_zip']}}
{{$customer['billing_city'].','.$state->name.','. $country->name.'.'}}
{{__('Ship to')}}
{{$customer['shipping_name']}}
{{$customer['shipping_phone']}}
{{$customer['shipping_address']}}
{{$customer['shipping_zip']}}
{{$customer['shipping_city']. ' , '.$shipstate->name.' , '.$shipcountry->name.'.'}}
{{__(' Remove')}}
@endif