@extends('layouts.app') @section('content')
Track and manage member contribution records with advanced analytics
| Check Number | National ID | Full Name | Monthly Salary | Contribution | Vote Code | Department | Actions |
|---|---|---|---|---|---|---|---|
| {{ $record->checkNumber }} | {{ $record->nationalId }} |
|
TZS {{ number_format($record->monthlySalary, 2) }} | TZS {{ number_format($record->deductionAmount, 2) }} | {{ $record->voteCode }} | {{ $record->deptName }} |
|