| Name | Type | Amount | Applies To | Status | Actions |
|---|---|---|---|---|---|
|
{{ $deduction->name }}
@if($deduction->description)
{{ Str::limit($deduction->description, 50) }}
@endif
|
{{ ucfirst($deduction->type) }} |
@if($deduction->type == 'percentage')
{{ number_format($deduction->amount, 2) }}%
@else
{{ number_format($deduction->amount, 2) }} TZS
@endif
|
@if($deduction->applies_to_all) All Employees @else {{ $deduction->employees_count }} {{ Str::plural('Employee', $deduction->employees_count) }} @endif | @if($deduction->is_active) Active @else Inactive @endif | Edit |
| No deductions found. Create one to get started. | |||||