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