@extends('layouts.app') @section('styles') @endsection @section('content')

Contribution Analysis Dashboard

Comprehensive deduction analysis with advanced filtering (Code: 667)

Export CSV
Deduction Analysis Results
{{ number_format($count) }} Records
@forelse ($deductions as $deduction) @empty @endforelse
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 Found

Try adjusting your filters

@endsection @section('scripts') @endsection