@if ($productCategory) @php $x = 0; @endphp @foreach ($productCategory as $list)
{{ $list->name }}
@if ($x == 1)
@endif @php $x++; @endphp @endforeach @endif