@extends('layouts.app') @section('styles') @endsection @section('content')
Comprehensive deduction analysis with advanced filtering (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}") }} | {{ number_format($deduction->monthlySalary, 2) }} | {{ number_format($deduction->deductionAmount, 2) }} | {{ 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 filters |
|||||||||