@php $socialLinks = getContent('social_link.element', orderById: true); @endphp @foreach ($socialLinks as $social)
  • @php echo $social->data_values->social_icon; @endphp
  • @endforeach