@foreach($deductionItems as $item)
{{ $item->type->description }}
@if(!$item->type->is_statutory)
@endif
@php $itemIndex++; @endphp
@endforeach
Note: Statutory deductions (EPF, SOCSO, EIS, Income Tax) are automatically calculated and cannot be removed.