@php $phone_numbers = !empty($userContact->contact_numbers) ? explode(',', $userContact->contact_numbers) : []; $emails = !empty($userContact->contact_mails) ? explode(',', $userContact->contact_mails) : []; @endphp
@if (isset($social_medias))
    @foreach ($social_medias as $social_media)
  • @endforeach
@endif
{{-- --}}