Deduction
@csrf
Employee Name : {{$payrollInfo->employee_name}}
Deduction Name
Amount
@if(count($payrollInfo->deductions) > 0)

Current Deductions
@foreach($payrollInfo->deductions as $key => $deduction)
@endforeach @endif