@foreach ($leaveTypes as $leaveType) @endforeach @foreach ($dataArr as $value) @foreach ($leaveTypes as $leaveType) @php $leaveTypeValue = 0; if(isset($value['leaves'][$leaveType->alias]['leaves'])){ $leaveTypeValue = $value['leaves'][$leaveType->alias]['leaves']; } @endphp @endforeach @endforeach