@endif @if($client->industry != "") {{$client->vat}}
@endif @if($client->company_type!= "") {{$client->industry->name}}
@endif {{$client->company_type}}
Billing Address
{!! $client->formatted_billing_address !!}
@endif @if($client->formatted_shipping_address)Shipping Address
{!! $client->formatted_shipping_address !!}
@endif