@if (!empty($businessEditData['businessContactNumber'])) @php $counter = 0; @endphp @foreach ($businessEditData['businessContactNumber'] as $singleNumber)
@if ($counter > 0) @endif
@php $counter ++; @endphp @endforeach @else
@endif