@php $action = explode(',', $posts[0]->link_action) @endphp @if ($links = explode(',', $posts[0]->link_title)) @foreach ($links as $item)
  • {{$item}}
  • @endforeach @endif