{{ auth()->user()->name }}
{{ $info->company }}
{{ $info->phone }}
@if($info->phone)
{{ __('Verified') }}
@endif
{{ $info->country ? collect(\App\Core\Data::getCountriesList())->get($info->country)['name'] : '-' }}
{{ implode(', ', array_map('ucwords', array_keys(array_filter($info->communication ?? []) ?? []))) }}
{{ __('Yes') }}