@if(!empty($vendor))
{{__('Bill to')}}

{{$vendor['billing_name']}}
{{$vendor['billing_address']}}
{{$vendor['billing_city'].' , '.$vendor['billing_state'].' ,'. $vendor['billing_zip']}}
{{$vendor['billing_country']}}
{{$vendor['billing_phone']}}

{{__('Ship to')}}

{{$vendor['shipping_name']}}
{{$vendor['shipping_address']}}
{{$vendor['shipping_city'].' , '.$vendor['shipping_state'].' ,'. $vendor['shipping_zip']}}
{{$vendor['shipping_country']}}
{{$vendor['shipping_phone']}}

{{__(' Remove')}}
@endif