@extends('layouts.app') @section('content')
Comprehensive deduction analysis with advanced filtering and insights (Code: 667)
| Check Number | Employee Name | Monthly Salary | Deduction Amount | Balance Amount | Description | Vote Code | Department | Check Date | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $deduction->checkNumber }} |
{{ trim("{$deduction->firstName} {$deduction->middleName} {$deduction->lastName}") }}
|
TZS {{ number_format($deduction->monthlySalary, 2) }} | TZS {{ number_format($deduction->deductionAmount, 2) }} | TZS {{ number_format(($deduction->balanceAmount ?? ($deduction->monthlySalary - $deduction->deductionAmount)), 2) }} | {{ $deduction->deductionDesc ?? 'Contribution Deduction' }} | {{ $deduction->voteCode ?? 'N/A' }} | {{ $deduction->deptName }} | {{ \Carbon\Carbon::parse($deduction->checkDate)->format('d M Y') }} |
|
No Records FoundTry adjusting your filter criteria |
|||||||||