

{{ isset($record->phone) ? isset($record->country_code)  ? (substr_count($record->country_code, '+') > 0) ? $record->country_code." ".$record->phone : '+'.$record->country_code : $record->phone : '-' }}

{{ isset($record->quotation->customer_phone) ? isset($record->quotation->country_code)  ? (substr_count($record->quotation->country_code, '+') > 0) ? $record->quotation->country_code." ".$record->quotation->customer_phone : '+'.$record->quotation->country_code : $record->quotation->customer_phone : '-' }}