{{ $quote->client->address ? $quote->client->address : '' }}
@endif @if($quote->client->user->email) {{ $quote->client->user->email }} @endif @if($quote->client->user->contact_number){{ $quote->client->user->country_code ? '+'.$quote->client->user->country_code : '' }} {{ $quote->client->user->contact_number }}
@endif @else Unknown Client @endif