@php $phone_numbers = !empty($userContact->contact_numbers) ? explode(',', $userContact->contact_numbers) : []; $emails = !empty($userContact->contact_mails) ? explode(',', $userContact->contact_mails) : []; @endphp
{{ $keywords['Need_help'] ?? __('Need help?') }} {{ $keywords['Talk_to_an_expert'] ?? __('Talk to an expert') }}: {{ $phone_number }}
@endif @endforeach @endif