@foreach($deductions as $deduction) @endforeach
NAME DEDUCTION TYPE DEDUCTION FREQUENCY STATUS
{{$deduction->name_in_payslip}} {{$deduction->deduction_type}} {{strtoupper($deduction->deduction_frequency)}} {{strtoupper($deduction->status)}}
{{$deductions->links()}}
@livewire('wire-modal',['position'=>'modal-dialog-centered'])
@script @endscript