@extends('layouts.app') @section('content') {{-- PAGE HEADER WITH BREADCRUMB --}}
|
SN
|
Check Number
|
National ID
|
Name
|
Monthly Salary
|
Contribution
|
Vote Code
|
Department
|
Actions
|
|---|---|---|---|---|---|---|---|---|
|
{{ $contributions->firstItem() + $index }}
|
{{ $record->checkNumber }} | {{ $record->nationalId }} | {{ $record->firstName }} {{ $record->middleName }} {{ $record->lastName }} | TSh {{ number_format($record->monthlySalary, 2) }} | TSh {{ number_format($record->deductionAmount, 2) }} | {{ $record->voteCode }} | {{ $record->deptName }} |
|
No contributions foundNo contribution data available for the selected filters. |
||||||||