{{$client->name}}

@if($client->primary_number != "")

{{$client->primary_number}}

@endif @if($client->secondary_number != "")

{{$client->secondary_number}}

@endif @if($client->primary_email != "")

{{$client->primary_email}}

@endif @if($client->vat != "")

{{$client->vat}}

@endif @if($client->industry != "")

{{$client->industry->name}}

@endif @if($client->company_type!= "")

{{$client->company_type}}

@endif
@if($client->formatted_billing_address)

Billing Address

{!! $client->formatted_billing_address !!}

@endif @if($client->formatted_shipping_address)

Shipping Address

{!! $client->formatted_shipping_address !!}

@endif