@php $employee_experiences = $emp_basic_info->fetch_experience_info_data ?? []; @endphp @if (count($employee_experiences) > 0) @php($i=0) @foreach($employee_experiences as $key => $experience)
{{--
--}}
{{--
@if($i==0) @endif @if($i>0) @endif
--}}
@php($i++) @endforeach @else
{{--
--}}
@endif