{{--
--}}
@php $employee_contacts = $emp_basic_info?->fetch_other_info_data ? json_decode($emp_basic_info->fetch_other_info_data->emergency_contacts, true) ?? [] : []; @endphp @if (count($employee_contacts) > 0) @foreach ($employee_contacts as $key => $employee_contact)
@endforeach @endif